Merge branch 'connector-proc_filter-test-fixes'
Shuah Khan says: ==================== Connector/proc_filter test fixes The first patch fixes the LKFT reported compile error, second one adds .gitignore. ==================== Applying the first 2 patches, third one resent separately. Link: https://lore.kernel.org/r/cover.1690564372.git.skhan@linuxfoundation.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
commit
bfd95b56a3
1
tools/testing/selftests/connector/.gitignore
vendored
Normal file
1
tools/testing/selftests/connector/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
proc_filter
|
||||
@ -1,5 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
CFLAGS += -Wall
|
||||
CFLAGS += -Wall $(KHDR_INCLUDES)
|
||||
|
||||
TEST_GEN_PROGS = proc_filter
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user