summaryrefslogtreecommitdiffstats
path: root/sys/modules/hpt27xx
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/modules/hpt27xx
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/modules/hpt27xx')
-rw-r--r--sys/modules/hpt27xx/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/hpt27xx/Makefile b/sys/modules/hpt27xx/Makefile
index 883229b..82b51408 100644
--- a/sys/modules/hpt27xx/Makefile
+++ b/sys/modules/hpt27xx/Makefile
@@ -12,6 +12,3 @@ hpt27xx_lib.o:
uudecode -p < ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o.uu > ${.TARGET}
.include <bsd.kmod.mk>
-
-CWARNFLAGS.osm_bsd.c= ${NO_WFORMAT_SECURITY}
-CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
OpenPOWER on IntegriCloud