mirror of
https://github.com/m5stack/M5Stack_MicroPython.git
synced 2026-05-20 10:14:44 -07:00
8 lines
254 B
Makefile
8 lines
254 B
Makefile
# bootloader component is special, as bootloader is also a project.
|
|
#
|
|
# This top-level component is only configuration files for the IDF project.
|
|
#
|
|
# See Makefile.projbuild for the targets which actually build the bootloader.
|
|
COMPONENT_CONFIG_ONLY := 1
|
|
|