summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-09-05 17:13:08 +0000
committerdim <dim@FreeBSD.org>2012-09-05 17:13:08 +0000
commit426f8135ea4d2f411057f06a08d5754090f70957 (patch)
treebac59dae89f2f458b2d7f9a71f5d3017e321f3a8 /sys/conf/files.amd64
parent9ba5c158f99a629c8fad50352ab94222923024d7 (diff)
downloadFreeBSD-src-426f8135ea4d2f411057f06a08d5754090f70957.zip
FreeBSD-src-426f8135ea4d2f411057f06a08d5754090f70957.tar.gz
After r240104, make sure the hpt27xx driver also compiles with clang,
when it is statically linked into the kernel. MFC after: 2 weeks X-MFC-With: r240104
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd643
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 374afcb..d73fc6a 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -190,7 +190,8 @@ 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
+dev/hpt27xx/osm_bsd.c optional hpt27xx \
+ compile-with "${NORMAL_C} ${NO_WFORMAT_SECURITY}"
dev/hpt27xx/hpt27xx_config.c optional hpt27xx
dev/hptmv/entry.c optional hptmv
dev/hptmv/mv.c optional hptmv
OpenPOWER on IntegriCloud