
This code is MPL-licensed and thus does not belong in the MINIX3 source tree. Change-Id: I10388b05e90e83b95414cf9b469e50f49bc1db31
22 lines
374 B
Makefile
22 lines
374 B
Makefile
.include <bsd.own.mk>
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+= 3c90x
|
|
SUBDIR+= atl2
|
|
SUBDIR+= dec21140A
|
|
SUBDIR+= dp8390
|
|
SUBDIR+= dpeth
|
|
SUBDIR+= e1000
|
|
SUBDIR+= fxp
|
|
SUBDIR+= lance
|
|
SUBDIR+= rtl8139
|
|
SUBDIR+= rtl8169
|
|
SUBDIR+= virtio_net
|
|
.endif # ${MACHINE_ARCH} == "i386"
|
|
|
|
.if ${MACHINE_ARCH} == "earm"
|
|
SUBDIR+= lan8710a
|
|
.endif # ${MACHINE_ARCH} == "earm"
|
|
|
|
.include <bsd.subdir.mk>
|