X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3d007394805916ceb2214bfd7e06d8a4899262c5..89c377c179454c98e3360d3e601d484bba9b7b89:/openwrt/target/Makefile?ds=sidebyside diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index 52b2e60cf..e6156b48b 100644 --- a/openwrt/target/Makefile +++ b/openwrt/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