From ae526fa3375b708d4380d0227e27d32e06b40b92 Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Thu, 20 Aug 2026 05:53:55 +0000 Subject: initial commit Signed-off-by: Chloe M. --- boot/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 boot/Makefile (limited to 'boot/Makefile') 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) -- cgit v1.2.3