summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-04-06 04:51:50 +0000
committerkan <kan@FreeBSD.org>2007-04-06 04:51:50 +0000
commit985fa9f9ae67d281054e0ca161e316f619040b7c (patch)
tree02e207d941d494b6dc86cda589e62f9d36efd08f /sys/conf/files.amd64
parent92b6f04b3947db3ec657ff3e25ac86b097e5f0fa (diff)
downloadFreeBSD-src-985fa9f9ae67d281054e0ca161e316f619040b7c.zip
FreeBSD-src-985fa9f9ae67d281054e0ca161e316f619040b7c.tar.gz
Be more conservative and compile libkern/memset.c only on architectures
than need it. These are i386, amd64 and powerpc so far.
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd642
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 03fab91..1eaef53 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -266,3 +266,5 @@ i386/bios/vpd.c optional vpd
i386/cpufreq/powernow.c optional cpufreq
i386/cpufreq/est.c optional cpufreq
i386/cpufreq/p4tcc.c optional cpufreq
+#
+libkern/memset.c standard
OpenPOWER on IntegriCloud