X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7bf482253faf075f55556b69a3908f1c859d8322..0a921ef5b53c01c4b62f87124ac3fe6f6ec288c7:/openwrt/rules.mk diff --git a/openwrt/rules.mk b/openwrt/rules.mk index 6e804857f..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))) @@ -73,6 +73,7 @@ LINUX_VERSION=2.4.29 LINUX_DIR:=$(BUILD_DIR)/linux LINUX_HEADERS_DIR:=$(TOOL_BUILD_DIR)/linux LINUX_KERNEL:=$(BUILD_DIR)/buildroot-kernel +LINUX_IMAGE:=$(BUILD_DIR)/buildroot-kernel-image MODULES_SUBDIR := lib/modules/$(LINUX_VERSION) MODULES_DIR := $(BUILD_DIR)/modules/$(MODULES_SUBDIR)