diff options
author | Alexandru Gagniuc <alex.g@adaptrum.com> | 2017-02-22 16:04:36 -0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-23 16:43:01 +0100 |
commit | 43b6d3f0598e58a9ee200cd6e403e26af865181d (patch) | |
tree | ef0e5610de3ff868a11e82ee37045871da3afdc2 /package | |
parent | eb4f70a3cd63b0bdd3969efc033fcf474245b6ab (diff) | |
download | upstream-43b6d3f0598e58a9ee200cd6e403e26af865181d.tar.gz upstream-43b6d3f0598e58a9ee200cd6e403e26af865181d.tar.bz2 upstream-43b6d3f0598e58a9ee200cd6e403e26af865181d.zip |
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>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-omap/Makefile | 1 |
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 |