2a2b3ea928
Asus EeePC and some Asus mainboards. Reviewed by: yongari, rpaulo, jhb Tested by: many Approved by: kib (mentor) MFC after: 1 week
9 lines
137 B
Makefile
9 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ae
|
|
|
|
KMOD= if_ae
|
|
SRCS= if_ae.c device_if.h bus_if.h pci_if.h miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|