aboutsummaryrefslogtreecommitdiffstats
path: root/include/image.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-12 01:18:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-12 01:18:54 +0000
commitf453a7e3a506ed13685bfc214edcb561099c9e93 (patch)
tree7371545b464669ac5d9833dbfbeb6dd641db2834 /include/image.mk
parent19940017a367ed0a6ccca538fabf8f09fd1fd1ed (diff)
downloadmaster-187ad058-f453a7e3a506ed13685bfc214edcb561099c9e93.tar.gz
master-187ad058-f453a7e3a506ed13685bfc214edcb561099c9e93.tar.bz2
master-187ad058-f453a7e3a506ed13685bfc214edcb561099c9e93.zip
add missing include
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5499 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/image.mk')
-rw-r--r--include/image.mk2
1 files changed, 2 insertions, 0 deletions
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)