From 140783ef66eef379feedcfef5403c5729d38936a Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 13 Jul 2013 17:35:53 +0200 Subject: hwstub: split target specific code from the common part Completely rewrite the Mafile, properly put the usb driver in its own file and the target specific files in a subdirectory. Change-Id: Iaeee0128e021d5dad76b4d6035a63e33e2d946c1 --- utils/hwstub/stub/protocol.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 utils/hwstub/stub/protocol.h (limited to 'utils/hwstub/stub/protocol.h') diff --git a/utils/hwstub/stub/protocol.h b/utils/hwstub/stub/protocol.h new file mode 100644 index 0000000000..35510fa9b2 --- /dev/null +++ b/utils/hwstub/stub/protocol.h @@ -0,0 +1 @@ +#include "../hwstub_protocol.h" -- cgit v1.2.3