diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-13 11:30:03 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-20 09:54:38 -0600 |
commit | 8dbbf854202610a033a0788c33d8feb1548d3eeb (patch) | |
tree | 798c50901e2d723c2d1f4a788c93f91d2a2e0232 /Documentation/ptp/Makefile | |
parent | 92dd8dd4d07f170db0638a20a8db691262da4e5e (diff) | |
download | op-kernel-dev-8dbbf854202610a033a0788c33d8feb1548d3eeb.zip op-kernel-dev-8dbbf854202610a033a0788c33d8feb1548d3eeb.tar.gz |
selftests: move ptp tests from Documentation/ptp
Remove ptp from Makefile to move the test to selftests. Update ptp Makefile
to work under selftests. ptp will not be run as part of selftests suite and
will not be included in install targets. They can be built separately for
now.
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'Documentation/ptp/Makefile')
-rw-r--r-- | Documentation/ptp/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/ptp/Makefile b/Documentation/ptp/Makefile deleted file mode 100644 index 293d6c0..0000000 --- a/Documentation/ptp/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# List of programs to build -hostprogs-y := testptp - -# Tell kbuild to always build the programs -always := $(hostprogs-y) - -HOSTCFLAGS_testptp.o += -I$(objtree)/usr/include -HOSTLOADLIBES_testptp := -lrt |