diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-23 18:20:04 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-23 18:20:04 +0200 |
| commit | bac8c9a8306e1582ef24ba68a412a29674c97775 (patch) | |
| tree | 956155581fdb44fb6c82673a5f71a00cc6f4c89c /dev/SCI | |
| parent | 73e0c81b5c8325db7aaec773fcc657f3ef50b0b8 (diff) | |
[IMP/WIP] AHCI disk driver for kernel DLL.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/SCI')
| -rw-r--r-- | dev/SCI/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/SCI/makefile b/dev/SCI/makefile index 63753422..4193cd70 100644 --- a/dev/SCI/makefile +++ b/dev/SCI/makefile @@ -4,9 +4,9 @@ ######################
CC=g++
-FLAGS=-I../ -shared -fPIC -D__NEWOS_SYMS__
+FLAGS=-I../ -shared -fPIC -D__ZKA_SYMS__
OUTPUT=sci.dll
.PHONY: build-sci
build-sci:
- $(CC) $(wildcard *.cxx) $(FLAGS) -o $(OUTPUT)
\ No newline at end of file + $(CC) $(wildcard *.cxx) $(FLAGS) -o $(OUTPUT)
|
