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