summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-04-09 09:07:31 +0000
committeruqs <uqs@FreeBSD.org>2011-04-09 09:07:31 +0000
commita5214d11efccf4c61be4e8e6ca9c5ae4ffcd2d5c (patch)
tree1cd266e7f407920658e254cfd72e34a7300181a4 /sys/modules
parent53df99cb04d122b1b04e1eaead2a28c2564f9167 (diff)
downloadFreeBSD-src-a5214d11efccf4c61be4e8e6ca9c5ae4ffcd2d5c.zip
FreeBSD-src-a5214d11efccf4c61be4e8e6ca9c5ae4ffcd2d5c.tar.gz
Fix make buildworld -DMODULES_WITH_WORLD on i386
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/arcnet/Makefile2
-rw-r--r--sys/modules/dtrace/dtraceall/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/arcnet/Makefile b/sys/modules/arcnet/Makefile
index 281793f..69d89b9 100644
--- a/sys/modules/arcnet/Makefile
+++ b/sys/modules/arcnet/Makefile
@@ -4,7 +4,7 @@
KMOD= arcnet
SRCS= if_arcsubr.c
-SRCS+= opt_inet.h opt_inet6.h opt_ipx.h
+SRCS+= opt_inet.h opt_inet6.h opt_ipx.h opt_ofed.h
EXPORT_SYMS= arc_frag_init \
arc_frag_next \
diff --git a/sys/modules/dtrace/dtraceall/Makefile b/sys/modules/dtrace/dtraceall/Makefile
index 5174548..27bf705 100644
--- a/sys/modules/dtrace/dtraceall/Makefile
+++ b/sys/modules/dtrace/dtraceall/Makefile
@@ -6,8 +6,8 @@ SRCS= dtraceall.c opt_compat.h
CFLAGS+= -I${.CURDIR}/../../..
.if !defined(KERNBUILDDIR)
-opt_compat.h:
.if ${MACHINE_ARCH} == "amd64"
+opt_compat.h:
echo "#define COMPAT_FREEBSD32 1" >> ${.TARGET}
.endif
.endif
OpenPOWER on IntegriCloud