minix/drivers/orinoco/Makefile
2010-04-01 22:22:33 +00:00

14 lines
242 B
Makefile

# Makefile for the Orinoco wireless card (Prism chipset)
PROG= orinoco
SRCS= orinoco.c hermes.c
DPADD+= ${LIBSYS} ${LIBTIMERS}
LDADD+= -lsys -ltimers
MAN=
BINDIR?= /usr/sbin
CPPFLAGS.orinoco.c+= -I${MINIXSRCDIR}
.include <minix.prog.mk>