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/SOURCES | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 utils/hwstub/stub/SOURCES (limited to 'utils/hwstub/stub/SOURCES') diff --git a/utils/hwstub/stub/SOURCES b/utils/hwstub/stub/SOURCES new file mode 100644 index 0000000000..bfb847c21b --- /dev/null +++ b/utils/hwstub/stub/SOURCES @@ -0,0 +1,12 @@ +main.c +crt0.S +logf.c +memcpy.S +memmove.S +memset.S +string.c +format.c +#ifdef CONFIG_STMP +usb_drv_arc.c +stmp/target.c +#endif -- cgit v1.2.3