Add lnc module.
This commit is contained in:
parent
3a173aeeb3
commit
96a23f090a
11
sys/modules/lnc/Makefile
Normal file
11
sys/modules/lnc/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/lnc
|
||||
KMOD = lnc
|
||||
SRCS = if_lnc.c if_lnc_pci.c if_lnc_isa.c if_lnc_pc98.c
|
||||
SRCS += opt_inet.h device_if.h bus_if.h isa_if.h pci_if.h
|
||||
#SRCS += miibus_if.h
|
||||
#KMODDEPS = miibus
|
||||
CFLAGS += -g -I${.CURDIR}/../../dev/lnc
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user