diff --git a/linux/Makefile b/linux/Makefile index 954d162bc..60303aaca 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -19,7 +19,7 @@ DRIVER := ${PACKAGE_SOURCE}/fpga-axi-sdc.c PATCHFILE := $(BRPACKAGES)/package-2023.05.1.patch # Device tree files -DTS ?= $(shell find -type f -regex ".*\.dts" | sort) +DTS ?= $(shell find devicetree -type f -regex ".*\.dts" | sort) DTB := $(DTS:%.dts=%.dtb) DTB := $(foreach name, $(DTB), $(IMAGES)/$(shell basename $(name)))