blob: 3c187109a409081e913fa06f63b75f67fcb1cc0e [file] [log] [blame]
# For debug builds override the hardware memory config (4MiB -> 64MiB);
# this assumes debug builds run in simulation only or the target hardware
# has a large memory config.
CANTRIP_EXTRA_CMAKE_OPTS_DEBUG := -DKernelCustomDTSOverlay="${ROOTDIR}/build/platforms/shodan/overlay-debug.dts"
# NB: seL4 platform identity is passed to cargo to bring in platform-specific deps
# NB: the kcargo shell function searchs for CONFIG_PLATFORM
CONFIG_PLATFORM := CONFIG_PLAT_SHODAN
CANTRIP_GLOBAL_FEATURES_RELEASE := ${CONFIG_PLATFORM}
CANTRIP_GLOBAL_FEATURES_DEBUG := ${CANTRIP_GLOBAL_FEATURES_RELEASE}