mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Merge pull request #498 from ross144/main
Fixed issue with makefile and device trees.
This commit is contained in:
commit
0eba5f18a4
@ -19,7 +19,7 @@ DRIVER := ${PACKAGE_SOURCE}/fpga-axi-sdc.c
|
|||||||
PATCHFILE := $(BRPACKAGES)/package-2023.05.1.patch
|
PATCHFILE := $(BRPACKAGES)/package-2023.05.1.patch
|
||||||
|
|
||||||
# Device tree files
|
# 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 := $(DTS:%.dts=%.dtb)
|
||||||
DTB := $(foreach name, $(DTB), $(IMAGES)/$(shell basename $(name)))
|
DTB := $(foreach name, $(DTB), $(IMAGES)/$(shell basename $(name)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user