Browse Source

add missing include

SVN-Revision: 5499
Felix Fietkau 19 years ago
parent
commit
71c4f89f29
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/image.mk

+ 2 - 0
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)