From 795a8780e002e1993178d183d884b4ecd2a5363d 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48146 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/brcm63xx/image/Makefile') 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