mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 20:55:22 +00:00
Make defining the kernel entry architecture specific and move it to the architecture domain. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
189 B
CMake
7 lines
189 B
CMake
add_subdirectory(soc)
|
|
add_subdirectory(core)
|
|
|
|
set_property(GLOBAL PROPERTY E_KERNEL_ENTRY -e${CONFIG_KERNEL_ENTRY})
|
|
|
|
set_property(GLOBAL PROPERTY PROPERTY_OUTPUT_FORMAT elf32-littleriscv)
|