OVMS3-idf/components/bootloader/src/main/component.mk

10 lines
299 B
Makefile
Raw Normal View History

2016-08-17 15:08:22 +00:00
#
# Main bootloader Makefile.
2016-08-17 15:08:22 +00:00
#
# This is basically the same as a component makefile, but in the case of the bootloader
# we pull in bootloader-specific linker arguments.
2016-08-17 15:08:22 +00:00
#
COMPONENT_ADD_LDFLAGS := -L $(COMPONENT_PATH) -lmain -T esp32.bootloader.ld -T $(IDF_PATH)/components/esp32/ld/esp32.rom.ld
2016-08-17 15:08:22 +00:00