dwc_otg: Port to RTEMS

This commit is contained in:
Sebastian Huber
2015-11-12 13:01:32 +01:00
parent c5a141a786
commit ba446132d4
4 changed files with 181 additions and 0 deletions

View File

@@ -713,6 +713,7 @@ def build(bld):
'freebsd/sys/dev/sdhci/sdhci.c',
'freebsd/sys/dev/smc/if_smc.c',
'freebsd/sys/dev/tsec/if_tsec.c',
'freebsd/sys/dev/usb/controller/dwc_otg.c',
'freebsd/sys/dev/usb/controller/ehci.c',
'freebsd/sys/dev/usb/controller/ohci.c',
'freebsd/sys/dev/usb/controller/usb_controller.c',
@@ -1045,6 +1046,7 @@ def build(bld):
'rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c',
'rtemsbsd/sys/dev/smc/if_smc_nexus.c',
'rtemsbsd/sys/dev/tsec/if_tsec_nexus.c',
'rtemsbsd/sys/dev/usb/controller/dwc_otg_nexus.c',
'rtemsbsd/sys/dev/usb/controller/ehci_mpc83xx.c',
'rtemsbsd/sys/dev/usb/controller/ohci_lpc.c',
'rtemsbsd/sys/dev/usb/controller/usb_otg_transceiver.c',