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
This commit is contained in:
Amaury Pouly 2013-07-13 17:35:53 +02:00
parent 3dd5e983db
commit 140783ef66
28 changed files with 745 additions and 1200 deletions

12
utils/hwstub/stub/SOURCES Normal file
View file

@ -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