projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb4f70a
)
uboot-omap: Makefile: Include kernel.mk
author
Alexandru Gagniuc
<alex.g@adaptrum.com>
Thu, 23 Feb 2017 00:04:36 +0000
(16:04 -0800)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 23 Feb 2017 15:43:01 +0000
(16:43 +0100)
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>
package/boot/uboot-omap/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-omap/Makefile
b/package/boot/uboot-omap/Makefile
index 35a76c8ef20575f7d88f1d9c9912a5436c85add4..286d480b205ee48e5856304248978db7433ddfa4 100644
(file)
--- 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