mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix Linux Makefile
This commit is contained in:
parent
0ee9fc779c
commit
401b37dd93
@ -65,7 +65,7 @@ dumptvs: check_write_permissions check_environment
|
|||||||
|
|
||||||
generate: $(DTB) $(IMAGES)
|
generate: $(DTB) $(IMAGES)
|
||||||
|
|
||||||
$(IMAGES)/%.dtb: check_environment ./devicetree/%.dts
|
$(IMAGES)/%.dtb: ./devicetree/%.dts
|
||||||
dtc -I dts -O dtb $< > $@
|
dtc -I dts -O dtb $< > $@
|
||||||
|
|
||||||
$(IMAGES):
|
$(IMAGES):
|
||||||
|
Loading…
Reference in New Issue
Block a user