X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7619fe0848dc5f31d5c4c4cadd2ec067bd5c55d1..b9a9154cbe4b726234bb276e06b1f9eb211bdd25:/target/Makefile diff --git a/target/Makefile b/target/Makefile index 52b2e60cf..e6156b48b 100644 --- a/target/Makefile +++ b/target/Makefile @@ -1,8 +1,5 @@ include $(TOPDIR)/rules.mk -# Default target skeleton stuff, may be overridden -TARGET_SKEL_DIR=default/target_skeleton - all: install $(BIN_DIR): @@ -29,5 +26,6 @@ image_clean: $(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild %-install: %-compile $(MAKE) -C $(patsubst %-install,%,$@) install - +linux-imagebuilder: + $(MAKE) -C linux imagebuilder