From 4c820361977bd61279d8a3d3cd34964e8e56accb Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 12 Nov 2006 01:18:54 +0000 Subject: [PATCH] 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(+) diff --git a/include/image.mk b/include/image.mk index 59204581d..6805389d7 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)