projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4e7af
)
add missing include
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Nov 2006 01:18:54 +0000
(
01:18
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Nov 2006 01:18:54 +0000
(
01:18
+0000)
SVN-Revision: 5499
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 59204581d011d87ea766dc4d823b0aa841376a5c..6805389d72529197c8bf5d98889fedb8a7abd46c 100644
(file)
--- 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)