diff options
Diffstat (limited to 'dev/libSystem/src/GNUmakefile')
| -rw-r--r-- | dev/libSystem/src/GNUmakefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev/libSystem/src/GNUmakefile b/dev/libSystem/src/GNUmakefile deleted file mode 100644 index 9b901f9f..00000000 --- a/dev/libSystem/src/GNUmakefile +++ /dev/null @@ -1,16 +0,0 @@ -################################################## -# (c) Amlal El Mahrouss, all rights reserved. -# This file is for libSystem.sys's syscall stubs. -################################################## - -ASM=nasm -FLAGS=-f win64 - -.PHONY: error -error: - @echo "==> Invalid rule." - @echo "==> Use sci_asm_io_<arch> instead." - -.PHONY: sci_asm_io_x64 -sci_asm_io_x64: - $(ASM) $(FLAGS) SystemCalls+IO.asm -o SystemCalls+IO.stub.obj |
