2024-05-03 14:13:34 +02:00
|
|
|
# Kernel configuration file selection.
|
|
|
|
|
# See the arch-symbols script for a list of symbols defined.
|
|
|
|
|
# -syms excludes a flavor from the kernel-syms package (vanilla is excluded
|
|
|
|
|
# automatically).
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# IMPORTANT: the subdirectory names map to cpuarch
|
|
|
|
|
# kernel-binary and kernel-source rely on this
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
+x86_64 x86_64/rt
|
|
|
|
|
+x86_64 -syms x86_64/rt_debug
|
|
|
|
|
|
2025-03-27 16:24:27 +01:00
|
|
|
# Prototype arm64 architecture for building test images
|
2024-05-03 14:13:34 +02:00
|
|
|
+arm64 arm64/rt
|
2025-03-27 16:24:27 +01:00
|
|
|
+arm64 -syms arm64/rt_debug
|