This commit is contained in:
Brad Nelson
2023-12-22 22:22:04 -08:00
parent 8147d8669e
commit e8589496a9
2 changed files with 32 additions and 11 deletions

View File

@ -313,7 +313,7 @@ $(GEN)/esp32_spi-flash.h: esp32/optional/spi-flash/spi-flash.fs | $(GEN)
$(GEN)/esp32_serial-bluetooth.h: esp32/optional/serial-bluetooth/serial-bluetooth.fs | $(GEN)
./tools/importation.py -i $< -o $@ \
-I . -I $(GEN) --name serial_blueooth_source --header cpp --depsout $@.dd \
-I . -I $(GEN) --name serial_bluetooth_source --header cpp --depsout $@.dd \
-DVERSION=$(VERSION) -DREVISION=$(REVISION)
-include $(GEN)/esp32_serial-bluetooth.h.dd