diff options
Diffstat (limited to 'target/Makefile')
-rw-r--r-- | target/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile index 5e8c6f28cd..e6156b48bf 100644 --- a/target/Makefile +++ b/target/Makefile @@ -26,5 +26,6 @@ image_clean: $(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild %-install: %-compile $(MAKE) -C $(patsubst %-install,%,$@) install - +linux-imagebuilder: + $(MAKE) -C linux imagebuilder |