summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-02-16 17:55:48 -1000
committerChris Johns <chrisj@rtems.org>2021-09-18 17:52:31 +1000
commit332cc9f47b52f41b27df3fd226e4657bbe3fce8b (patch)
treeaa08daae176921210b78601bf8b68a9d101acb9e /libbsd.py
parentrtemsbsd/bus: Add PCI support to the nexus bus (diff)
downloadrtems-libbsd-332cc9f47b52f41b27df3fd226e4657bbe3fce8b.tar.bz2
bsp/motorola_powerpc: Add dc, ukphy and legacy PCI support
- Add the dc net dev to the BSP - Add the ukphy support - Add PCI Legacy bus support to the PowerPC Closes #4514
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbsd.py b/libbsd.py
index ea54d1c2..cab130cf 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -2639,7 +2639,7 @@ class pci(builder.Module):
]
)
self.addCPUDependentFreeBSDSourceFiles(
- [ 'i386' ],
+ [ 'i386', 'powerpc' ],
[
'sys/x86/x86/legacy.c',
'sys/x86/pci/pci_bus.c',