summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/amd64-desktop.make
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-18 09:44:38 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-18 09:44:38 +0100
commita45807be431556c175ac8494cfcc6b7572ac6686 (patch)
tree7533b378db00b84d1e17d2991d7714bb114c98b4 /dev/Kernel/amd64-desktop.make
parent68a2172e20ebf34098de71464668239d9064eeb8 (diff)
ADD: SwapDisk class has been patched and FileStream class too.
ADD: Patch amd64 makefile, make sure to include src/System/ in build. Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/amd64-desktop.make')
-rw-r--r--dev/Kernel/amd64-desktop.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/amd64-desktop.make b/dev/Kernel/amd64-desktop.make
index 74ae9138..03997e6e 100644
--- a/dev/Kernel/amd64-desktop.make
+++ b/dev/Kernel/amd64-desktop.make
@@ -61,7 +61,7 @@ newos-amd64-epm: clean
$(CC) $(CCFLAGS) $(DISK_DRV) $(DEBUG_MACRO) $(wildcard src/*.cc) \
$(wildcard src/FS/*.cc) $(wildcard HALKit/AMD64/Storage/*.cc) \
$(wildcard HALKit/AMD64/PCI/*.cc) $(wildcard src/Network/*.cc) $(wildcard src/Storage/*.cc) \
- $(wildcard HALKit/AMD64/*.cc) $(wildcard src/WS/*.cc) \
+ $(wildcard HALKit/AMD64/*.cc) $(wildcard src/System/*.cc) \
$(wildcard HALKit/AMD64/*.s)
$(ASM) $(ASMFLAGS) HALKit/AMD64/HalInterruptAPI.asm
$(ASM) $(ASMFLAGS) HALKit/AMD64/HalCommonAPI.asm