Files
esp-idf/examples/custom_bootloader/bootloader_multiboot/main/CMakeLists.txt
Omar Chebib 840eef31ce feat(bootloader): add an example that implements multiboot
Add a new example for the bootloader that shows how to override it to implement multiboot.
2024-12-25 12:41:15 +08:00

4 lines
151 B
CMake

idf_component_register(SRCS "bootloader_multiboot_example_main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES newlib)