Update libnl to compile on and after 2.6.25
[openwrt/svn-archive/archive.git] / target / linux / Makefile
index 608cfa8eb06e8be63b44f9bb245f93e3036da14c..828825011128de30973a466e5a46f52833a58be2 100644 (file)
@@ -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) $@