14a15342bb
This fixes link errors for the LINT-NOIP kernel on i386: ``` ld: error: undefined symbol: tcp_lro_flush_all >>> referenced by lio_droq.c >>> lio_droq.o:(lio_droq_process_packets) ld: error: undefined symbol: tcp_lro_rx >>> referenced by lio_core.c >>> lio_core.o:(lio_push_packet) ld: error: undefined symbol: tcp_lro_init >>> referenced by lio_main.c >>> lio_main.o:(lio_attach) ld: error: undefined symbol: tcp_lro_free >>> referenced by lio_main.c >>> lio_main.o:(lio_attach) >>> referenced by lio_main.c >>> lio_main.o:(lio_destroy_nic_device) *** [kernel] Error code 1 ``` MFC after: 3 days
22 lines
357 B
Plaintext
22 lines
357 B
Plaintext
# $FreeBSD$
|
|
include LINT
|
|
ident LINT-NOIP
|
|
makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT="
|
|
makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT="
|
|
nooptions INET
|
|
nooptions INET6
|
|
nodevice age
|
|
nodevice alc
|
|
nodevice ale
|
|
nodevice bxe
|
|
nodevice em
|
|
nodevice fxp
|
|
nodevice jme
|
|
nodevice lio
|
|
nodevice msk
|
|
nodevice mxge
|
|
nodevice sge
|
|
nodevice sk
|
|
nodevice txp
|
|
nodevice netmap
|