From: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
To: luto@amacapital.net, shuahkh@osg.samsung.com
Cc: mpe@ellerman.id.au, linux-api@vger.kernel.org,
linux-kernel@vger.kernel.org, khilman@kernel.org,
broonie@kernel.org, bamvor.zhangjian@huawei.com,
bamvor.zhangjian@linaro.org
Subject: [PATCH 2/2] selftests: net: support KBUILD_OUTPUT for reuseport_bpf_numa
Date: Mon, 27 Mar 2017 05:46:01 +0000 [thread overview]
Message-ID: <20170327054601.22415-3-bamvor.zhangjian@linaro.org> (raw)
In-Reply-To: <20170327054601.22415-1-bamvor.zhangjian@linaro.org>
reuseport_bpf_numa is not supported by KBUILD_OUTPUT machanism in net
subset. This patch fix this by adding $(OUTPUT) before the target.
Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
---
tools/testing/selftests/net/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index fbfe5d0..cc9425e 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -3,7 +3,7 @@
CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
CFLAGS += -I../../../../usr/include/
-reuseport_bpf_numa: LDFLAGS += -lnuma
+$(OUTPUT)/reuseport_bpf_numa: LDFLAGS += -lnuma
TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh
TEST_GEN_FILES = socket
--
1.9.1
prev parent reply other threads:[~2017-03-27 5:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-27 5:45 [PATCH 0/2] selftests: fix for KBUILD_OUTPUT Bamvor Jian Zhang
2017-03-27 5:46 ` [PATCH 1/2] selftests: fix the broken individual test for x86 Bamvor Jian Zhang
[not found] ` <20170327054601.22415-2-bamvor.zhangjian-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-03-28 0:22 ` Michael Ellerman
[not found] ` <87bmsm8d2a.fsf-W0DJWXSxmBNbyGPkN3NxC2scP1bn1w/D@public.gmane.org>
2017-03-28 11:33 ` Bamvor Zhang Jian
2017-03-27 5:46 ` Bamvor Jian Zhang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170327054601.22415-3-bamvor.zhangjian@linaro.org \
--to=bamvor.zhangjian@linaro.org \
--cc=bamvor.zhangjian@huawei.com \
--cc=broonie@kernel.org \
--cc=khilman@kernel.org \
--cc=linux-api@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=mpe@ellerman.id.au \
--cc=shuahkh@osg.samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).