commit | b9c253dca682d01e076ec6240ade2db151aec81a | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:25:50 2018 -0600 |
committer | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:33:24 2018 -0600 |
tree | 74b17dd12e60bc052952084713e22151a80e73fc | |
parent | 18e1e465976a6ee2d3e7022036006d87b4d68adb [diff] [blame] |
Add installed bash script to create a USB gadget device This device acts like a USB mouse and keyboard to the host processor to allow input from the remote user Change-Id: I932cb6aebb9a0b5e27a35afc6d7f6a4ad989f417 Signed-off-by: Eddie James <eajames@linux.ibm.com>
diff --git a/Makefile.am b/Makefile.am index 58e53fb..1022b2e 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -1,4 +1,5 @@ bin_PROGRAMS = obmc-ikvm +dist_bin_SCRIPTS = create_usbhid.sh noinst_HEADERS = \ ikvm_args.hpp \