summaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
authorChloe M. <chloe@aptel.org>2026-08-20 05:53:55 +0000
committerChloe M. <chloe@aptel.org>2026-08-20 05:56:44 +0000
commitae526fa3375b708d4380d0227e27d32e06b40b92 (patch)
tree3d8d9a448d4a9530aa4e45a75b292c1bd0b5bc0d /boot/Makefile
initial commit
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile
new file mode 100644
index 0000000..8b744d3
--- /dev/null
+++ b/boot/Makefile
@@ -0,0 +1,6 @@
+.PHONY: all
+all: machine
+
+.PHONY: machine
+machine:
+ cd arch/$(CONFIG_TARGET_ARCH)/; $(MAKE)