Bootloader: Export IS_BOOTLOADER_BUILD during make process
This commit is contained in:
@@ -10,6 +10,7 @@ COMPONENTS := esptool_py bootloader log
|
||||
#
|
||||
# IS_BOOTLOADER_BUILD tells the component Makefile.projbuild to be a no-op
|
||||
IS_BOOTLOADER_BUILD := 1
|
||||
export IS_BOOTLOADER_BUILD
|
||||
|
||||
#We cannot include the esp32 component directly but we need its includes.
|
||||
#This is fixed by adding CFLAGS from Makefile.projbuild
|
||||
|
||||
Reference in New Issue
Block a user