X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0e222f60ff2b22a98094dedba70af5fe75e004c5..717595606c815655d721708d8e057f7b4515182b:/openwrt/rules.mk diff --git a/openwrt/rules.mk b/openwrt/rules.mk index d403260dd..b8ed526a0 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -1,6 +1,6 @@ include $(TOPDIR)/.config MAKE1=make -MAKE=make -j$(BR2_JLEVEL) +MAKEFLAGS=-j$(BR2_JLEVEL) # Strip off the annoying quoting ARCH:=$(strip $(subst ",, $(BR2_ARCH)))