summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-16 21:39:14 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-15 15:40:55 +0200
commit278bc93a59d77cd302e59357ed89ed566519bb71 (patch)
tree9cdb4bfe8612da9e07638bdf9678c0af97018546 /libbsd.py
parentMakefile: Regenerate (diff)
downloadrtems-libbsd-278bc93a59d77cd302e59357ed89ed566519bb71.tar.bz2
usb: Import USB support from libusb
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/libbsd.py b/libbsd.py
index 0128f57e..815b4be1 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -117,8 +117,9 @@ def rtems(mm):
'pppd/upap.c',
'pppd/utils.c',
'sys/dev/usb/controller/ehci_mpc83xx.c',
- 'sys/dev/usb/controller/ohci_lpc24xx.c',
- 'sys/dev/usb/controller/ohci_lpc32xx.c',
+ 'sys/dev/usb/controller/ohci_lpc.c',
+ 'sys/dev/usb/controller/usb_otg_transceiver.c',
+ 'sys/dev/usb/controller/usb_otg_transceiver_dump.c',
'sys/dev/smc/if_smc_nexus.c',
'sys/dev/ffec/if_ffec_mcf548x.c',
'sys/dev/dw_mmc/dw_mmc.c',