summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kmod.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-01-01 02:00:04 +0000
committerimp <imp@FreeBSD.org>2015-01-01 02:00:04 +0000
commit6783859f31b1825c54b40db0f2489c782c683abb (patch)
tree6590e64424a0eefc8bcfc7fd10f2ef8dd2070c3f /share/mk/bsd.kmod.mk
parentb2f095aaa6409529c4b5377e0d521e55e60a1d81 (diff)
downloadFreeBSD-src-6783859f31b1825c54b40db0f2489c782c683abb.zip
FreeBSD-src-6783859f31b1825c54b40db0f2489c782c683abb.tar.gz
Fix module builds on arm (and maybe others) by turning off a whole
raft of new warnings that appear to be on by default in clang 3.5.0. Fix RPI-B build issues with new clang not liking the ability to pass arbitrary flags to as, since some flags are more arbitrary (and thus verboten) than others. These warnings should be actually fixed in the code, but this is a band-aide to get things (almost) building again.
Diffstat (limited to 'share/mk/bsd.kmod.mk')
-rw-r--r--share/mk/bsd.kmod.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index fd4f993..09ac8e3 100644
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -13,5 +13,3 @@ SYSDIR= ${_dir}
.endif
.include "${SYSDIR}/conf/kmod.mk"
-
-.include <bsd.sys.mk>
OpenPOWER on IntegriCloud