mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
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:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user