summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibSCI/src/Makefile')
-rw-r--r--dev/LibSCI/src/Makefile16
1 files changed, 0 insertions, 16 deletions
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_<arch> instead."
-
-.PHONY: sci_asm_io_x64
-sci_asm_io_x64:
- $(ASM) $(FLAGS) LibSCI+IO.asm -o LibSCI+IO.o