17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
# 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
|
|
|
|
# Prototype arm64 architecture for building test images
|
|
+arm64 arm64/rt
|
|
+arm64 -syms arm64/rt_debug
|