summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2012-02-09 17:50:24 +0000
committerjimharris <jimharris@FreeBSD.org>2012-02-09 17:50:24 +0000
commit14d7e96f92fb7864a91f37d8926e681822a4bf99 (patch)
tree3da3b65c2ac552b58e5c4d8dfe1ee9d770f03b13 /sys/modules
parent67cb400db655a3fc1c52a2ab8309a4f93db5361c (diff)
downloadFreeBSD-src-14d7e96f92fb7864a91f37d8926e681822a4bf99.zip
FreeBSD-src-14d7e96f92fb7864a91f37d8926e681822a4bf99.tar.gz
Remove explicit CC assignment in isci(4) Makefile to allow for building
with clang. Also fix a number of warnings uncovered when building with clang around some implicit enum conversions. Sponsored by: Intel Approved by: scottl
Diffstat (limited to 'sys/modules')
-rwxr-xr-xsys/modules/isci/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/isci/Makefile b/sys/modules/isci/Makefile
index 38b9910..82d4018 100755
--- a/sys/modules/isci/Makefile
+++ b/sys/modules/isci/Makefile
@@ -87,6 +87,4 @@ SRCS += \
SRCS += opt_scsi.h opt_cam.h opt_isci.h
SRCS += device_if.h bus_if.h pci_if.h
-CC = gcc
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud