summaryrefslogtreecommitdiff
path: root/boot/arch/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boot/arch/amd64/Makefile')
-rw-r--r--boot/arch/amd64/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/boot/arch/amd64/Makefile b/boot/arch/amd64/Makefile
new file mode 100644
index 0000000..e92fecb
--- /dev/null
+++ b/boot/arch/amd64/Makefile
@@ -0,0 +1,6 @@
+.PHONY: all
+all: mbr
+
+.PHONY: mbr
+mbr:
+ cd mbr/; $(MAKE)