Weongyo Jeong 3c7e78d32d Add support for Marvell Libertas 88W8335 based PCI network adapters.
Reviewed by:	sam, many wireless people
Approved by:	thompsa (mentor)
2008-03-25 06:32:33 +00:00

9 lines
166 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/malo
KMOD = if_malo
SRCS = if_malo.c if_malohal.c if_malo_pci.c device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>