Unbreak buildworld on i386 when MODULES_WITH_WORLD is defined.
This commit is contained in:
parent
df8f908079
commit
73267c1118
@ -11,4 +11,8 @@ SRCS+= device_if.h bus_if.h pci_if.h
|
||||
CFLAGS+= -O0
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SRCS+= opt_asr.h
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user