[rtems-libbsd commit] ehci_pci: Add to build system
Jan Sommer
jan at rtems.org
Mon Mar 8 17:09:39 UTC 2021
Module: rtems-libbsd
Branch: 6-freebsd-12
Commit: 5b50a5181a6327db2613b010b0117a6286ff54a6
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=5b50a5181a6327db2613b010b0117a6286ff54a6
Author: Moyano, Gabriel <gabriel.moyano at dlr.de>
Date: Mon Feb 22 08:53:48 2021 +0100
ehci_pci: Add to build system
Closes #4264
---
libbsd.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libbsd.py b/libbsd.py
index 8bcb779..28617d2 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -795,6 +795,7 @@ class dev_usb(builder.Module):
'sys/dev/usb/usb_ioctl.h',
'sys/dev/usb/usb_mbuf.h',
'sys/dev/usb/usb_msctest.h',
+ 'sys/dev/usb/usb_pci.h',
'sys/dev/usb/usb_pf.h',
'sys/dev/usb/usb_process.h',
'sys/dev/usb/usb_request.h',
@@ -857,6 +858,7 @@ class dev_usb_controller(builder.Module):
[
'sys/dev/usb/controller/ohci.c',
'sys/dev/usb/controller/ehci.c',
+ 'sys/dev/usb/controller/ehci_pci.c',
'sys/dev/usb/controller/usb_controller.c',
'sys/dev/usb/controller/dwc_otg.c',
'sys/dev/usb/controller/dwc_otg_fdt.c',
More information about the vc
mailing list