mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move ofw_cpu.c to sys/dev/ofw so that it can be used by other
architectures. Differential Revision: https://reviews.freebsd.org/D1307 Reviewed by: jhibbits
This commit is contained in:
parent
f843434e37
commit
5cead939e9
2 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ dev/nand/nfc_fsl.c optional nand mpc85xx
|
|||
dev/ofw/openfirm.c optional aim
|
||||
dev/ofw/openfirmio.c optional aim
|
||||
dev/ofw/ofw_bus_if.m optional aim
|
||||
dev/ofw/ofw_cpu.c optional aim
|
||||
dev/ofw/ofw_if.m optional aim
|
||||
dev/ofw/ofw_bus_subr.c optional aim
|
||||
dev/ofw/ofw_console.c optional aim
|
||||
|
|
@ -135,7 +136,6 @@ powerpc/mpc85xx/lbc.c optional mpc85xx
|
|||
powerpc/mpc85xx/mpc85xx.c optional mpc85xx
|
||||
powerpc/mpc85xx/platform_mpc85xx.c optional mpc85xx
|
||||
powerpc/mpc85xx/pci_mpc85xx.c optional pci mpc85xx
|
||||
powerpc/ofw/ofw_cpu.c optional aim
|
||||
powerpc/ofw/ofw_machdep.c standard
|
||||
powerpc/ofw/ofw_pci.c optional pci
|
||||
powerpc/ofw/ofw_pcibus.c optional pci
|
||||
|
|
|
|||
Loading…
Reference in a new issue