From: Alexandru Gagniuc Date: Thu, 23 Feb 2017 00:04:36 +0000 (-0800) Subject: uboot-omap: Makefile: Include kernel.mk X-Git-Tag: v18.06.0-rc1~3517 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=43b6d3f0598e58a9ee200cd6e403e26af865181d 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 --- 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