diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-15 16:54:06 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-15 16:54:06 +0200 |
| commit | 56a97ff6398c03de22dabd7b93f54b1292f66b97 (patch) | |
| tree | e0d9c58af0255261cddcc30770863c6a95f17820 /dev/user/src/GNUmakefile | |
| parent | 4f7562afaee939467299efdb6b7fac159f6cbd27 (diff) | |
dev, user: user.sys refactors.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/user/src/GNUmakefile')
| -rw-r--r-- | dev/user/src/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/user/src/GNUmakefile b/dev/user/src/GNUmakefile index c0ddd5b4..09993d16 100644 --- a/dev/user/src/GNUmakefile +++ b/dev/user/src/GNUmakefile @@ -1,6 +1,6 @@ ################################################## # (c) Amlal El Mahrouss, all rights reserved. -# This is the bootloader makefile. +# This file is for user.sys's syscall stubs. ################################################## ASM=nasm @@ -13,4 +13,4 @@ error: .PHONY: sci_asm_io_x64 sci_asm_io_x64: - $(ASM) $(FLAGS) SystemCall+IO.asm -o SystemCall+IO.o + $(ASM) $(FLAGS) SystemCalls+IO.asm -o SystemCalls+IO.asm.o |
