summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-12 13:01:32 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-11-12 13:01:32 +0100
commitba446132d4e9efbc1ffd7f4dc4fbfde7f531b740 (patch)
treee6b8319d92535a226144130d0ec37abe3f3c5613 /libbsd.py
parentdwc_otg: Import from FreeBSD trunk 2015-11-10 (diff)
downloadrtems-libbsd-ba446132d4e9efbc1ffd7f4dc4fbfde7f531b740.tar.bz2
dwc_otg: Port to RTEMS
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 97443621..1eafc85e 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -118,6 +118,7 @@ def rtems(mm):
'pppd/utils.c',
'sys/dev/usb/controller/ehci_mpc83xx.c',
'sys/dev/usb/controller/ohci_lpc.c',
+ 'sys/dev/usb/controller/dwc_otg_nexus.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',
@@ -472,6 +473,8 @@ def dev_usb_controller(mm):
'sys/dev/usb/controller/ehcireg.h',
'sys/dev/usb/controller/uhcireg.h',
'sys/dev/usb/controller/xhcireg.h',
+ 'sys/dev/usb/controller/dwc_otg.h',
+ 'sys/dev/usb/controller/dwc_otgreg.h',
]
)
mod.addKernelSpaceSourceFiles(
@@ -479,6 +482,7 @@ def dev_usb_controller(mm):
'sys/dev/usb/controller/ohci.c',
'sys/dev/usb/controller/ehci.c',
'sys/dev/usb/controller/usb_controller.c',
+ 'sys/dev/usb/controller/dwc_otg.c',
],
mm.generator['source']()
)