diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/image.mk | 1 | ||||
-rw-r--r-- | include/kernel-build.mk | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/image.mk b/include/image.mk index 6805389d72..70677b9c2f 100644 --- a/include/image.mk +++ b/include/image.mk @@ -5,6 +5,7 @@ # See /LICENSE for more information. # +include $(INCLUDE_DIR)/prereq.mk include $(INCLUDE_DIR)/kernel.mk KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD) diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 35149d7686..4967dfb67e 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -6,6 +6,8 @@ # KERNEL_BUILD:=1 +include $(INCLUDE_DIR)/prereq.mk + # For target profile selection - the default set DEFAULT_PACKAGES:=base-files libgcc uclibc bridge busybox dnsmasq dropbear iptables mtd ppp ppp-mod-pppoe mtd |