diff options
Diffstat (limited to 'boot/Makefile')
| -rw-r--r-- | boot/Makefile | 6 |
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) |
