Disable more stuff for Ubuntu/Debian

Currently, the kernel emits a notice at boot, warning about the usage of
trace_printk(). Disabling samples in efaa3edaaa ("Do not build samples
for Debian/Ubuntu") apparently wasn't enough to get rid of that. So
disable more sample and testing stuff that might call this function.
This commit is contained in:
Maximilian Luz 2021-06-01 00:29:38 +02:00
parent c7b48e9673
commit fe6a54695b
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -5,10 +5,12 @@
# CONFIG_DEBUG_INFO is not set
##
## Do not build samples
## Do not build samples and tests
##
# CONFIG_SAMPLES is not set
# CONFIG_STM_DUMMY is not set
# CONFIG_TEST_BPF is not set
##
## Clear out trusted key list as we don't have them.