selftest/net/Makefile: Specify output with $(OUTPUT)
authorSeongJae Park <sj38.park@gmail.com>
Sun, 18 Jun 2017 00:56:04 +0000 (09:56 +0900)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 23 Jun 2017 19:35:15 +0000 (13:35 -0600)
commit6dff86a30d1475a42d9bc0f0b4bba9b8f51c3776
tree64b6823cb4ea9a990ef66c372282dcba2f88baea
parentdc816e5d84cbc28baf776799839a632d6002236f
selftest/net/Makefile: Specify output with $(OUTPUT)

After commit a8ba798bc8ec ("selftests: enable O and KBUILD_OUTPUT"),
net selftest build fails because it points output file without $(OUTPUT)
yet.  This commit fixes the error.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Fixes: a8ba798bc8ec ("selftests: enable O and KBUILD_OUTPUT")
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/net/Makefile