From f453a7e3a506ed13685bfc214edcb561099c9e93 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 12 Nov 2006 01:18:54 +0000 Subject: add missing include git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5499 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/image.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/image.mk b/include/image.mk index 59204581d0..6805389d72 100644 --- a/include/image.mk +++ b/include/image.mk @@ -4,6 +4,8 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # + +include $(INCLUDE_DIR)/kernel.mk KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD) ifneq ($(CONFIG_BIG_ENDIAN),y) -- cgit v1.2.3