[rtems-libbsd commit] ehci_pci: Add to build system

Jan Sommer jan at rtems.org
Mon Mar 8 16:52:21 UTC 2021


Module:    rtems-libbsd
Branch:    master
Commit:    aee7b9291ca7f8cb2748dad94a89200326bbb17b
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=aee7b9291ca7f8cb2748dad94a89200326bbb17b

Author:    Moyano, Gabriel <gabriel.moyano at dlr.de>
Date:      Mon Feb 22 08:13:05 2021 +0100

ehci_pci: Add to build system

Updates #4264

---

 libbsd.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libbsd.py b/libbsd.py
index bfe135f..c745a87 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -925,6 +925,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',
@@ -987,6 +988,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