diff mbox

[7/9] selftests: Update ptp Makefile to work under selftests

Message ID cade45ccc160f91658980cda42ef5b5322182d68.1473458697.git.shuahkh@osg.samsung.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Shuah Khan Sept. 9, 2016, 10:22 p.m. UTC
Update ptp Makefile to work under selftests. ptp will not be run as part
of selftests suite and will not included in install targets. They can be
built separately for now.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
---
 tools/testing/selftests/ptp/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Sergei Shtylyov Sept. 10, 2016, 1:32 p.m. UTC | #1
Hello.

On 9/10/2016 1:22 AM, Shuah Khan wrote:

> Update ptp Makefile to work under selftests. ptp will not be run as part
> of selftests suite and will not included in install targets. They can be
                                  ^ be

> built separately for now.
>
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
[...]

MBR, Sergei
diff mbox

Patch

diff --git a/tools/testing/selftests/ptp/Makefile b/tools/testing/selftests/ptp/Makefile
index 293d6c0..f4a7238 100644
--- a/tools/testing/selftests/ptp/Makefile
+++ b/tools/testing/selftests/ptp/Makefile
@@ -1,8 +1,8 @@ 
-# List of programs to build
-hostprogs-y := testptp
+TEST_PROGS := testptp
+LDLIBS += -lrt
+all: $(TEST_PROGS)
 
-# Tell kbuild to always build the programs
-always := $(hostprogs-y)
+include ../lib.mk
 
-HOSTCFLAGS_testptp.o += -I$(objtree)/usr/include
-HOSTLOADLIBES_testptp := -lrt
+clean:
+	rm -fr testptp