OSDN Git Service

greybus: tools: Add tools directory to greybus repo and add loopback
authorGreg Kroah-Hartman <gregkh@google.com>
Tue, 15 Dec 2015 20:46:22 +0000 (12:46 -0800)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 18 Dec 2015 02:17:07 +0000 (18:17 -0800)
commit6b0658f68786110f41cd82558bd97447e4b14203
tree7f99d65424fa24f1c7da7a35fa4984a22a7a655d
parent8e77c83e2a6ea1977de0b6e144b90faf1bd4f418
greybus: tools: Add tools directory to greybus repo and add loopback

Move the loopback test to the greybus main repo, as we will be adding
more tests over time and it doesn't need to be burried in the gbsim
repo.

This moves the latest version from gbsim to this repo and fixes up the
Makefile to be a bit more "smart" when building the code.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/.gitignore
drivers/staging/greybus/Makefile
drivers/staging/greybus/tools/Android.mk [new file with mode: 0644]
drivers/staging/greybus/tools/Makefile [new file with mode: 0644]
drivers/staging/greybus/tools/README.loopback [new file with mode: 0644]
drivers/staging/greybus/tools/lbtest [new file with mode: 0755]
drivers/staging/greybus/tools/loopback_test.c [new file with mode: 0644]