X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0e222f60ff2b22a98094dedba70af5fe75e004c5..1dfa34c6de3c4a1a6a5663e3313ba7667a2668be:/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)))