summaryrefslogtreecommitdiff
path: root/libbsd_waf.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-02-05 13:57:11 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-02-06 09:55:31 +0100
commitc30fa94277cfdf2c8a7e0a6206d31a506453a491 (patch)
treefb60f2031c114a398485344dca016ff26af4612a /libbsd_waf.py
parent9906c4a5eea85e70980b7ea8bbf0f3e30e8cf85c (diff)
Add device tree support for Altera/Intel Cyclone V
Close #3290.
Diffstat (limited to 'libbsd_waf.py')
-rw-r--r--libbsd_waf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbsd_waf.py b/libbsd_waf.py
index 2d60737a..7782bccb 100644
--- a/libbsd_waf.py
+++ b/libbsd_waf.py
@@ -1877,6 +1877,7 @@ def build(bld):
'freebsd/sys/dev/tsec/if_tsec.c',
'freebsd/sys/dev/tsec/if_tsec_fdt.c',
'freebsd/sys/dev/usb/controller/dwc_otg.c',
+ 'freebsd/sys/dev/usb/controller/dwc_otg_fdt.c',
'freebsd/sys/dev/usb/controller/ehci.c',
'freebsd/sys/dev/usb/controller/musb_otg.c',
'freebsd/sys/dev/usb/controller/ohci.c',
@@ -2385,7 +2386,6 @@ def build(bld):
'rtemsbsd/sys/dev/input/touchscreen/tsc_lpc32xx.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/ohci_lpc32xx.c',