]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - dts/Makefile
dts: move device tree sources to arch/$(ARCH)/dts/
[karo-tx-uboot.git] / dts / Makefile
index c47fba787ccb593f11260b33d4c77b7bb135148c..5d2abd9f5c359f95a669e9db5e76cebe3fe745ac 100644 (file)
@@ -12,9 +12,9 @@ ifeq ($(DEVICE_TREE),)
 DEVICE_TREE := notfound
 endif
 
-DTS := $(srctree)/board/$(VENDOR)/dts/$(DEVICE_TREE).dts
+DTS := $(srctree)/arch/$(ARCH)/dts/$(DEVICE_TREE).dts
 
-DTC_FLAGS += -i $(srctree)/arch/$(ARCH)/dts -R 4 -p 0x1000
+DTC_FLAGS += -R 4 -p 0x1000
 
 $(obj)/dt.dtb: $(DTS) FORCE
        $(call if_changed_dep,dtc)