diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 01:18:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 01:18:54 +0000 |
commit | f453a7e3a506ed13685bfc214edcb561099c9e93 (patch) | |
tree | 7371545b464669ac5d9833dbfbeb6dd641db2834 /include | |
parent | 19940017a367ed0a6ccca538fabf8f09fd1fd1ed (diff) | |
download | upstream-f453a7e3a506ed13685bfc214edcb561099c9e93.tar.gz upstream-f453a7e3a506ed13685bfc214edcb561099c9e93.tar.bz2 upstream-f453a7e3a506ed13685bfc214edcb561099c9e93.zip |
add missing include
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5499 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/image.mk | 2 |
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) |