mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Minor fixups, make buildroot/Makefile and order-only dep
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -13,12 +13,12 @@ all: $(config) buildroot/Makefile
|
||||
|
||||
$(config):
|
||||
@+$(call bmake,list-defconfigs)
|
||||
@echo "ERROR: No configuration selected."
|
||||
@echo "\e[7mERROR: No configuration selected.\e[0m"
|
||||
@echo "Please choose a configuration from the list above by running"
|
||||
@echo "'make <board>_defconfig' before building an image."
|
||||
@exit 1
|
||||
|
||||
%: buildroot/Makefile
|
||||
%: | buildroot/Makefile
|
||||
@+$(call bmake,$@)
|
||||
|
||||
buildroot/Makefile:
|
||||
@@ -28,3 +28,4 @@ run:
|
||||
@echo "Starting Qemu :: Ctrl-a x -- exit | Ctrl-a c -- toggle console/monitor"
|
||||
@(cd $(O)/images && ./qemu.sh)
|
||||
|
||||
.PHONY: all run
|
||||
|
||||
Reference in New Issue
Block a user