summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-01-22 05:41:34 +0000
committerdelphij <delphij@FreeBSD.org>2013-01-22 05:41:34 +0000
commit24e0e32487d9cabe009c9de04b444a113660b8ac (patch)
treec4c6e1188fec1745a4f7d53a453a6a7cb1b6310a /sys/conf/files.amd64
parentd51242018a1e722cfe0abc65de412bcd49825ebc (diff)
downloadFreeBSD-src-24e0e32487d9cabe009c9de04b444a113660b8ac.zip
FreeBSD-src-24e0e32487d9cabe009c9de04b444a113660b8ac.tar.gz
- Don't include date and time the driver is built, this is useful for
generating binary diffs. - Constify a few strings used in the driver. - Style changes to make the driver compile with default clang settings. Approved by: HighPoint Technologies MFC after: 3 days
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd643
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index f381c71..131a1e7 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -190,8 +190,7 @@ dev/fdc/fdc_acpi.c optional fdc
dev/fdc/fdc_isa.c optional fdc isa
dev/fdc/fdc_pccard.c optional fdc pccard
dev/hpt27xx/os_bsd.c optional hpt27xx
-dev/hpt27xx/osm_bsd.c optional hpt27xx \
- compile-with "${NORMAL_C} ${NO_WFORMAT_SECURITY}"
+dev/hpt27xx/osm_bsd.c optional hpt27xx
dev/hpt27xx/hpt27xx_config.c optional hpt27xx
dev/hptmv/entry.c optional hptmv
dev/hptmv/mv.c optional hptmv
OpenPOWER on IntegriCloud