mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-10 13:45:19 +00:00
Merge branch 'main' of https://github.com/openhwgroup/cvw into dev
This commit is contained in:
commit
a3923457c0
@ -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