X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/196ad55bd2bdad8c5c86249afd4b1cec04855d35..3014c2fffa5e600006bc6af618085c331c7ccee1:/target/linux/Makefile diff --git a/target/linux/Makefile b/target/linux/Makefile index 608cfa8eb..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)-$(KERNEL) $@ + TARGET_BUILD=1 $(MAKE) -C $(BOARD) $@