X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ac8f9434660b88d0f9686bed3e0bfd5b0adf1788..6db7ad74f61eeaae0c8ecb08d483599d9d80c53f:/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) $@