summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index a69c1186..a9549321 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -700,6 +700,8 @@ def dev_usb_controller(mm):
'sys/dev/usb/controller/xhcireg.h',
'sys/dev/usb/controller/dwc_otg.h',
'sys/dev/usb/controller/dwc_otgreg.h',
+ 'sys/dev/usb/controller/saf1761_otg.h',
+ 'sys/dev/usb/controller/saf1761_otg_reg.h',
]
)
mod.addKernelSpaceSourceFiles(
@@ -708,6 +710,8 @@ def dev_usb_controller(mm):
'sys/dev/usb/controller/ehci.c',
'sys/dev/usb/controller/usb_controller.c',
'sys/dev/usb/controller/dwc_otg.c',
+ 'sys/dev/usb/controller/saf1761_otg.c',
+ 'sys/dev/usb/controller/saf1761_otg_fdt.c',
],
mm.generator['source']()
)