forked from pool/kernel-source-longterm
7a33b96066
OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=62
25 lines
576 B
Plaintext
25 lines
576 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/default
|
|
- -syms x86_64/debug
|
|
- x86_64/syzkaller
|
|
- x86_64/vanilla
|
|
- -syms x86_64/kvmsmall
|
|
+x86_64 x86_64/longterm
|
|
|
|
# ARM architectures
|
|
- arm64/default
|
|
- -syms arm64/debug
|
|
- arm64/64kb
|
|
- arm64/vanilla
|
|
- -syms arm64/kvmsmall
|
|
+arm64 arm64/longterm
|