Added streams.
This commit is contained in:
@ -72,7 +72,7 @@ $(GEN):
|
||||
POSIX_BOOT = common/boot.fs common/terminal.fs \
|
||||
posix/posix.fs posix/posix_highlevel.fs \
|
||||
common/filetools.fs posix/posix_desktop.fs \
|
||||
common/tasks.fs
|
||||
common/tasks.fs common/streams.fs
|
||||
$(GEN)/posix_boot.h: common/source_to_string.js $(POSIX_BOOT) | $(GEN)
|
||||
echo "ok" | cat $(POSIX_BOOT) - | $< boot >$@
|
||||
|
||||
@ -82,7 +82,7 @@ $(GEN)/windows_boot.h: common/source_to_string.js $(WINDOWS_BOOT) | $(GEN)
|
||||
|
||||
ARDUINO_BOOT = common/boot.fs arduino/arduino.fs \
|
||||
posix/posix_highlevel.fs common/filetools.fs \
|
||||
common/tasks.fs arduino/arduino_server.fs \
|
||||
common/tasks.fs common/streams.fs arduino/arduino_server.fs \
|
||||
arduino/autoboot.fs
|
||||
$(GEN)/arduino_boot.h: common/source_to_string.js $(ARDUINO_BOOT) | $(GEN)
|
||||
echo "ok" | cat $(ARDUINO_BOOT) - | $< boot >$@
|
||||
|
||||
Reference in New Issue
Block a user