Demagic memory locations

This commit is contained in:
logicog
2025-09-04 22:23:02 +02:00
parent 2669262240
commit b85d57b32b
+3 -2
View File
@@ -19,7 +19,7 @@ OBJS = ${SRCS:.c=.rel}
OBJS += uip/timer.rel uip/uip-fw.rel uip/uip-neighbor.rel uip/uip-split.rel uip/uip.rel uip/uip_arp.rel uip/uiplib.rel httpd/httpd.rel httpd/page_impl.rel
html_data.c html_data.h: html tools
tools/fileadder -a $(CONFIG_LOCATION) -s $(IMAGESIZE) -b BANK1 -d html -p html_data
tools/fileadder -a $(HTML_LOCATION) -s $(IMAGESIZE) -b BANK1 -d html -p html_data
httpd: html_data.h
@@ -55,7 +55,8 @@ rtlplayground.ihx: crtstart.rel $(OBJS)
truncate --size=16K $@
dd if=$< skip=80 bs=1024 >>$@
tools/fileadder -a $(CONFIG_LOCATION) -s $(IMAGESIZE) -d config.txt $@
tools/fileadder -a $(CONFIG_LOCATION) -s $(IMAGESIZE) -d html -p html_data $@
tools/fileadder -a $(HTML_LOCATION) -s $(IMAGESIZE) -d html -p html_data $@
.PHONY: clean all $(SUBDIRS)
.PRECIOUS: %.rel %.ihx .img