OVMS3-idf/components/spi_flash/component.mk
2018-05-29 20:07:45 +08:00

8 lines
163 B
Makefile

COMPONENT_ADD_INCLUDEDIRS := include
ifdef IS_BOOTLOADER_BUILD
# Bootloader needs updated SPIUnlock from this file
COMPONENT_OBJS := spi_flash_rom_patch.o
endif