diff --git a/Makefile b/Makefile index 54a5a4f..3956ffc 100644 --- a/Makefile +++ b/Makefile @@ -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) \ No newline at end of file +-include $(DEPS)