Fix missing assignment of bank when html_data.c code is generated

This commit is contained in:
logicog
2026-03-18 08:34:26 +01:00
parent 8e2b48ef25
commit c530ec4ae3
+2 -2
View File
@@ -72,10 +72,10 @@ $(BUILDDIR)/rtlplayground.bin: $(BUILDDIR)/rtlplayground.img
tools/$(BUILDDIR)/imagebuilder -i $^ $@
tools/$(BUILDDIR)/fileadder -a $(DEFAULT_CONFIG_LOCATION) -s $(IMAGESIZE) -d config.txt $@
tools/$(BUILDDIR)/fileadder -a $(CONFIG_LOCATION) -s $(IMAGESIZE) -d config.txt $@
tools/$(BUILDDIR)/fileadder -a $(HTML_LOCATION) -s $(IMAGESIZE) -d html -p html_data $@
tools/$(BUILDDIR)/fileadder -a $(HTML_LOCATION) -s $(IMAGESIZE) -d html -p html_data -b BANK1 $@
tools/$(BUILDDIR)/crc_calculator -u $@
.PHONY: clean all $(SUBDIRS) $(VERSION_HEADER)
-include $(DEPS)
-include $(DEPS)