]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: restore the makefile for building the test program.
authorRichard Cochran <richardcochran@gmail.com>
Wed, 22 Oct 2014 19:35:15 +0000 (21:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Oct 2014 20:07:10 +0000 (16:07 -0400)
commitd3fda7382da7b17f53870e4c90501ac9a0c47e98
tree2a59c9df93ba73742d3192522a3cfba1271921a9
parent11984ae1bed74c38a6bf050bff3ee045d4ab1d4b
ptp: restore the makefile for building the test program.

This patch brings back the makefile called testptp.mk which was removed
in commit 131c0f710bfa (Documentation: add makefiles for more targets).

While the idea of that commit was to improve build coverage of the
examples, the new Makefile is unable to cross compile the testptp program.
In contrast, the deleted makefile was able to do this just fine.

This patch fixes the regression by restoring the original makefile.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Acked-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/ptp/testptp.mk [new file with mode: 0644]