From a13e1c0911c0627184bc38f18c7fdda64447b3ad Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 19:13:48 +0100 Subject: meta(kernel): Reworked repository's filesystem structure. Removing useless parts of the project too. Signed-off-by: Amlal El Mahrouss --- dev/LibSCI/src/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 dev/LibSCI/src/Makefile (limited to 'dev/LibSCI/src/Makefile') diff --git a/dev/LibSCI/src/Makefile b/dev/LibSCI/src/Makefile deleted file mode 100644 index eb655ed5..00000000 --- a/dev/LibSCI/src/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -################################################## -# (c) Amlal EL Mahrouss, all rights reserved. -# This is the bootloader makefile. -################################################## - -ASM=nasm -FLAGS=-f win64 - -.PHONY: error -error: - @echo "==> Invalid rule." - @echo "==> Use sci_asm_io_ instead." - -.PHONY: sci_asm_io_x64 -sci_asm_io_x64: - $(ASM) $(FLAGS) LibSCI+IO.asm -o LibSCI+IO.o -- cgit v1.2.3