mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
13 lines
253 B
Makefile
13 lines
253 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/le
|
|
|
|
KMOD= if_le
|
|
SRCS= am7990.c am79900.c ${if_le_isa} if_le_pci.c lance.c
|
|
SRCS+= bus_if.h device_if.h ${isa_if} pci_if.h
|
|
|
|
.if ${MACHINE_CPUARCH} == "i386"
|
|
if_le_isa= if_le_isa.c
|
|
isa_if= isa_if.h
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|