From 2499a57d92409e767386d0d36684952c20735656 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 6 Jan 2016 18:39:06 +0000 Subject: targets: add kernel image dependencies on device tree files Signed-off-by: Felix Fietkau SVN-Revision: 48146 --- target/linux/brcm63xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/brcm63xx') 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 := -- cgit v1.2.3