Fix Linux Makefile

This commit is contained in:
Jordan Carlin 2024-10-20 19:08:49 -07:00
parent 0ee9fc779c
commit 401b37dd93
No known key found for this signature in database

View File

@ -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):