2016-08-31 23:19:06 +00:00
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
2019-01-08 10:29:25 +00:00
|
|
|
COMPONENT_PRIV_INCLUDEDIRS := private_include
|
2016-08-31 23:19:06 +00:00
|
|
|
|
2018-04-18 02:57:45 +00:00
|
|
|
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|
|
|
|
|
2016-10-21 06:08:05 +00:00
|
|
|
ifdef IS_BOOTLOADER_BUILD
|
|
|
|
# Bootloader needs updated SPIUnlock from this file
|
|
|
|
COMPONENT_OBJS := spi_flash_rom_patch.o
|
|
|
|
endif
|