mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
3dd5e983db
commit
140783ef66
28 changed files with 745 additions and 1200 deletions
12
utils/hwstub/stub/SOURCES
Normal file
12
utils/hwstub/stub/SOURCES
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue