Files
rpi_b/drivers/atl2/Makefile
T
2010-06-25 18:29:09 +00:00

13 lines
197 B
Makefile

# Makefile for the Attansic/Atheros L2 ethernet driver (ATL2)
PROG= atl2
SRCS= atl2.c
DPADD+= ${LIBNETDRIVER} ${LIBSYS}
LDADD+= -lnetdriver -lsys
MAN=
BINDIR?= /usr/sbin
.include <bsd.prog.mk>