mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Move ofw_cpu file to the main files conf file.
There is nothing CPU specific here, and it's usable by both fdt and Open Firmware based systems. Rather than keeping the same file in every one, just add it to the ofw/fdt block in the main file.
This commit is contained in:
parent
9ed9b26792
commit
14e1a2cd29
2 changed files with 1 additions and 1 deletions
|
|
@ -2226,6 +2226,7 @@ dev/oce/oce_sysctl.c optional oce pci
|
|||
dev/oce/oce_util.c optional oce pci
|
||||
dev/ofw/ofw_bus_if.m optional fdt
|
||||
dev/ofw/ofw_bus_subr.c optional fdt
|
||||
dev/ofw/ofw_cpu.c optional fdt
|
||||
dev/ofw/ofw_fdt.c optional fdt
|
||||
dev/ofw/ofw_if.m optional fdt
|
||||
dev/ofw/ofw_subr.c optional fdt
|
||||
|
|
|
|||
|
|
@ -118,7 +118,6 @@ dev/fdt/fdt_arm_platform.c optional platform fdt
|
|||
dev/hwpmc/hwpmc_arm.c optional hwpmc
|
||||
dev/hwpmc/hwpmc_armv7.c optional hwpmc armv6
|
||||
dev/iicbus/twsi/twsi.c optional twsi
|
||||
dev/ofw/ofw_cpu.c optional fdt
|
||||
dev/ofw/ofwpci.c optional fdt pci
|
||||
dev/pci/pci_host_generic.c optional pci_host_generic pci fdt
|
||||
dev/psci/psci.c optional psci
|
||||
|
|
|
|||
Loading…
Reference in a new issue