summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/SOURCES
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-04-07 22:23:54 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-04-07 22:26:50 +0200
commitccfa51835e373c74cdda7eaad962a81ba1001fe2 (patch)
treed827d1027626cae478ab25742f78ffa11a90d2bf /utils/hwstub/stub/SOURCES
parent399acc038750943c1a0ee7178a18714334871472 (diff)
downloadrockbox-ccfa51835e373c74cdda7eaad962a81ba1001fe2.tar.gz
rockbox-ccfa51835e373c74cdda7eaad962a81ba1001fe2.zip
Add hwstub support for portal player (manufacturer mode)
It is very similar to how e200tool from MrH works but uses the framework of hwstub which is makes it completely trivial since we already have the USB driver written. Change-Id: I61cdc245d3f828c2682bcd6ecfed5a1cc0094139
Diffstat (limited to 'utils/hwstub/stub/SOURCES')
-rw-r--r--utils/hwstub/stub/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/hwstub/stub/SOURCES b/utils/hwstub/stub/SOURCES
index bcb782c282..9693fdd408 100644
--- a/utils/hwstub/stub/SOURCES
+++ b/utils/hwstub/stub/SOURCES
@@ -15,4 +15,8 @@ usb_drv_arc.c
15rk27xx/crt0.S 15rk27xx/crt0.S
16rk27xx/usb_drv_rk27xx.c 16rk27xx/usb_drv_rk27xx.c
17rk27xx/target.c 17rk27xx/target.c
18#elif defined(CONFIG_PP)
19pp/crt0.S
20pp/target.c
21usb_drv_arc.c
18#endif 22#endif