selftests: Makefile: clear LDFLAGS for make O=dir use-case
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 8 Sep 2017 01:57:43 +0000 (19:57 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 21 Sep 2017 13:55:37 +0000 (07:55 -0600)
commit52fd1d082398b928a86d4fdf33c9f3abe1bf7914
treefa7f541bcb97bef902a170b98175abce2f90cda3
parent8050ef2b83a18f628f9501af958fbff39443d58d
selftests: Makefile: clear LDFLAGS for make O=dir use-case

kselftest target fails when object directory is specified to relocate
objects. Inherited "LDFLAGS = -m" fails the test builds. Clear it.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/Makefile