diff options
author | Warner Losh <imp@FreeBSD.org> | 2012-10-24 16:53:02 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2012-10-24 16:53:02 +0000 |
commit | 5d26cae79d25f294ab3ddf1b8a632d371dc6b8f3 (patch) | |
tree | 49dcf2d04888701d819925a195b905b86a3fa781 /sys/conf/files.mips | |
parent | 04a978f91b2efe806e909e0fbd9787ce57e390e5 (diff) |
Move common fdt into files. Duplicate in files.powerpc the files
shared with aim. Config is smart enough to cope with multiple lines
of the same path with different options. This reduces the needless
duplication.
Notes
Notes:
svn path=/head/; revision=242008
Diffstat (limited to 'sys/conf/files.mips')
-rw-r--r-- | sys/conf/files.mips | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips index 39e3dfadd392..1bb2d4f74b2b 100644 --- a/sys/conf/files.mips +++ b/sys/conf/files.mips @@ -85,12 +85,6 @@ dev/syscons/scvtb.c optional sc mips/mips/sc_machdep.c optional sc # FDT support -dev/ofw/openfirm.c optional fdt -dev/ofw/openfirmio.c optional fdt -dev/ofw/ofw_bus_if.m optional fdt -dev/ofw/ofw_if.m optional fdt -dev/ofw/ofw_bus_subr.c optional fdt -dev/ofw/ofw_fdt.c optional fdt dev/fdt/fdt_mips.c optional fdt # crypto support -- use generic |