Bootloader: Export IS_BOOTLOADER_BUILD during make process

This commit is contained in:
Angus Gratton
2016-10-21 17:44:34 +11:00
parent 8e8caca2e2
commit f37e70ebd6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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