mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix module build during buildworld with MODULES_WITH_WORLD defined.
This commit is contained in:
parent
b14ec32eb0
commit
f5de1edad3
1 changed files with 4 additions and 1 deletions
|
|
@ -5,9 +5,12 @@
|
|||
KMOD= wlan
|
||||
SRCS= ieee80211.c ieee80211_crypto.c ieee80211_input.c ieee80211_ioctl.c \
|
||||
ieee80211_node.c ieee80211_output.c ieee80211_proto.c
|
||||
SRCS+= bus_if.h device_if.h opt_inet.h
|
||||
SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h
|
||||
|
||||
opt_inet.h:
|
||||
echo "#define INET 1" > opt_inet.h
|
||||
|
||||
opt_ipx.h:
|
||||
echo "#define IPX 1" > opt_ipx.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue