diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-08-01 00:38:28 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-08-01 00:39:37 +0300 |
commit | bfd95b56a3187ba81f95cf0f8aeb78e522bdb09e (patch) | |
tree | 9c1e6e334d5bdb7a0bd4734e83b9b958eca8ea8e | |
parent | 230f3d53a5477bf8b04e649dca67da85635cd1eb (diff) | |
parent | f4dcfa6fa1a80869ab4bb0eec2e45bb526134fb1 (diff) | |
download | linux-bfd95b56a3187ba81f95cf0f8aeb78e522bdb09e.tar.xz |
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>
-rw-r--r-- | tools/testing/selftests/connector/.gitignore | 1 | ||||
-rw-r--r-- | tools/testing/selftests/connector/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/connector/.gitignore b/tools/testing/selftests/connector/.gitignore new file mode 100644 index 000000000000..c90098199a44 --- /dev/null +++ b/tools/testing/selftests/connector/.gitignore @@ -0,0 +1 @@ +proc_filter diff --git a/tools/testing/selftests/connector/Makefile b/tools/testing/selftests/connector/Makefile index 21c9f3a973a0..92188b9bac5c 100644 --- a/tools/testing/selftests/connector/Makefile +++ b/tools/testing/selftests/connector/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -CFLAGS += -Wall +CFLAGS += -Wall $(KHDR_INCLUDES) TEST_GEN_PROGS = proc_filter |