mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix make buildworld -DMODULES_WITH_WORLD on i386
This commit is contained in:
parent
181b4eebb9
commit
61446bf2e2
2 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue