diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-09-21 02:56:57 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-09-21 02:56:57 +0000 |
| commit | 14e1a2cd295d8ea651d11e22ce0d9feb1183d293 (patch) | |
| tree | be05b8afc322b4c3f54972bc4c91b93e0da9c24b | |
| parent | 9ed9b267922e8a3c6b677c40ce550d0041b26384 (diff) | |
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.
Notes
svn path=/head/; revision=306066
| -rw-r--r-- | sys/conf/files | 1 | ||||
| -rw-r--r-- | sys/conf/files.arm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 17a82b77de0d..37683bd47eed 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 diff --git a/sys/conf/files.arm b/sys/conf/files.arm index a2ad7eac0288..39817427352b 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -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 |
