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
This commit is contained in:
Dimitry Andric 2012-09-05 17:13:08 +00:00
parent b514734386
commit b8c0bcd29e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240144
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -181,7 +181,8 @@ dev/glxiic/glxiic.c optional glxiic
dev/glxsb/glxsb.c optional glxsb
dev/glxsb/glxsb_hash.c optional glxsb
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