X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/17c7b6c3fdc48301e50d22cc6138ede16bd1be24..4f69a1b3292fcb51a22234af014d11191c456852:/target/linux/Makefile diff --git a/target/linux/Makefile b/target/linux/Makefile index 1eb579e82..f7bbdffbf 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk -prereq clean download prepare compile install menuconfig oldconfig update refresh: FORCE - $(MAKE) -C $(BOARD) $@ +export TARGET_BUILD=1 +prereq clean download prepare compile install menuconfig nconfig oldconfig update refresh: FORCE + @+$(NO_TRACE_MAKE) -C $(BOARD) $@