diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-06 18:39:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-06 18:39:06 +0000 |
commit | 2499a57d92409e767386d0d36684952c20735656 (patch) | |
tree | 7aa0faeea81f36c472f0473955718da5bc6a241d /target/linux/brcm63xx/image/Makefile | |
parent | 4ab26a52ef687a42a318d52440e27d0f5a8d6769 (diff) | |
download | upstream-2499a57d92409e767386d0d36684952c20735656.tar.gz upstream-2499a57d92409e767386d0d36684952c20735656.tar.bz2 upstream-2499a57d92409e767386d0d36684952c20735656.zip |
targets: add kernel image dependencies on device tree files
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48146
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 53e4c217e8..81a9dc70cc 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -168,6 +168,7 @@ endef # Shared device definition: applies to every defined device define Device/Default PROFILES = Default $$(DEVICE_PROFILE) + KERNEL_DEPENDS = $$(wildcard ../dts/$$(DEVICE_DTS).dts) KERNEL_INITRAMFS_IMAGE = $$(KERNEL_INITRAMFS_PREFIX).elf DEVICE_PROFILE := DEVICE_DTS := |