summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Gagniuc2017-02-23 00:04:36 +0000
committerFelix Fietkau2017-02-23 15:43:01 +0000
commit43b6d3f0598e58a9ee200cd6e403e26af865181d (patch)
treeef0e5610de3ff868a11e82ee37045871da3afdc2
parenteb4f70a3cd63b0bdd3969efc033fcf474245b6ab (diff)
downloadopenwrt-43b6d3f0598e58a9ee200cd6e403e26af865181d.tar.gz
uboot-omap: Makefile: Include kernel.mk
This is needed for the definition of $(LINUX_DIR). This is used in u-boot.mk to change the device-tree compiler to the dtc used by linux. Without this, the build will use the system dtc. This results in a build failure when a dtc does not exist outside the buildroot. Signed-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>
-rw-r--r--package/boot/uboot-omap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile
index 35a76c8ef2..286d480b20 100644
--- a/package/boot/uboot-omap/Makefile
+++ b/package/boot/uboot-omap/Makefile
@@ -6,6 +6,7 @@
#
include $(TOPDIR)/rules.mk
+include $(INCLUDE_DIR)/kernel.mk
PKG_VERSION:=2017.01
PKG_RELEASE:=1