kernel_compiler_patch
kernel_compiler_patch copied to clipboard
KCPPFLAGS is not needed
KCPPFLAGS are flags for the kernel's C preprocessor. KCFLAGS are flags for the kernel's C compiler. -march=znver3 only applies to the latter, so KCPPFLAGS can be safely dropped.
As define by which variable?