Adding more Arduino, cleanup.

This commit is contained in:
Brad Nelson
2021-01-07 10:51:27 -08:00
parent 6c5f26f974
commit 570495df21
8 changed files with 123 additions and 59 deletions

View File

@ -77,7 +77,7 @@ WINDOWS_BOOT = common/boot.fs common/terminal.fs windows/windows.fs
$(GEN)/windows_boot.h: common/source_to_string.js $(WINDOWS_BOOT) | $(GEN)
echo "ok" | cat $(WINDOWS_BOOT) - | $< boot >$@
ARDUINO_BOOT = common/boot.fs
ARDUINO_BOOT = common/boot.fs arduino/arduino.fs
$(GEN)/arduino_boot.h: common/source_to_string.js $(ARDUINO_BOOT) | $(GEN)
echo "ok" | cat $(ARDUINO_BOOT) - | $< boot >$@