summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2013-08-30 11:38:34 +0000
committermarkm <markm@FreeBSD.org>2013-08-30 11:38:34 +0000
commitff7909302f8ec4c467a0d7bb2c37c2700d394e7f (patch)
treef9372a133e937ecfa0e144aca5abd2a7fcd83233 /sys/modules
parent6eed6ab7e64307bf3e41ef63d154359d83a3ba04 (diff)
parent0030cdac07df412f040b7616431b47c1265e0e69 (diff)
downloadFreeBSD-src-ff7909302f8ec4c467a0d7bb2c37c2700d394e7f.zip
FreeBSD-src-ff7909302f8ec4c467a0d7bb2c37c2700d394e7f.tar.gz
MFC
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ip6_mroute_mod/Makefile2
-rw-r--r--sys/modules/iwnfw/iwn2000/Makefile6
-rw-r--r--sys/modules/linux/Makefile4
3 files changed, 7 insertions, 5 deletions
diff --git a/sys/modules/ip6_mroute_mod/Makefile b/sys/modules/ip6_mroute_mod/Makefile
index 943f9ab..eb1c823 100644
--- a/sys/modules/ip6_mroute_mod/Makefile
+++ b/sys/modules/ip6_mroute_mod/Makefile
@@ -7,7 +7,7 @@
KMOD= ip6_mroute
SRCS= ip6_mroute.c
-SRCS+= opt_inet6.h opt_mrouting.h
+SRCS+= opt_inet6.h opt_kdtrace.h opt_mrouting.h
.if !defined(KERNBUILDDIR)
opt_inet6.h:
diff --git a/sys/modules/iwnfw/iwn2000/Makefile b/sys/modules/iwnfw/iwn2000/Makefile
new file mode 100644
index 0000000..920ae8d
--- /dev/null
+++ b/sys/modules/iwnfw/iwn2000/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+KMOD= iwn2000fw
+IMG= iwlwifi-2000-18.168.6.1
+
+.include <bsd.kmod.mk>
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 9d8dcf9..7ed6e98 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -64,7 +64,3 @@ CFLAGS+= -DKTR
.endif
.include <bsd.kmod.mk>
-
-# XXX: clang integrated-as doesn't grok .codeNN directives yet
-CFLAGS.linux32_locore.s= ${CLANG_NO_IAS}
-CFLAGS+= ${CFLAGS.${.IMPSRC:T}}
OpenPOWER on IntegriCloud