add missing include
authorFelix Fietkau <nbd@openwrt.org>
Sun, 12 Nov 2006 01:18:54 +0000 (01:18 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 12 Nov 2006 01:18:54 +0000 (01:18 +0000)
SVN-Revision: 5499

include/image.mk

index 59204581d011d87ea766dc4d823b0aa841376a5c..6805389d72529197c8bf5d98889fedb8a7abd46c 100644 (file)
@@ -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)