summaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/boot/Makefile b/boot/Makefile
deleted file mode 100644
index 17dc454..0000000
--- a/boot/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#master boot record
-
-include ../Makefile.common
-
-STAGE2=stage2.bin
-
-ASM_SOURCES=$(wildcard *.asm)
-
-$(STAGE2): $(ASM_SOURCES)
-
-clean:
- -rm $(STAGE2)
-
-
-
-