Files
Wu Jian Gang 1bc665a4ff feat(bootloader): modify to output something
using CONFIG_TARGET_PLATFORM_ESP32 to disable original bootloader_support code for ESP32
2018-06-19 17:34:54 +08:00

10 lines
136 B
Makefile

#
# Component Makefile
#
ifndef IS_BOOTLOADER_BUILD
COMPONENT_SRCDIRS := src
endif
CFLAGS += -DPARTITION_QUEUE_HEADER=\"sys/queue.h\"