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