Home | History | Annotate | Line # | Download | only in if_athn_usb
Makefile revision 1.1.40.1
      1  1.1.40.1  christos # $NetBSD: Makefile,v 1.1.40.1 2019/06/10 22:09:27 christos Exp $
      2       1.1  christos 
      3       1.1  christos .include "../Makefile.inc"
      4       1.1  christos 
      5       1.1  christos .PATH:	${S}/dev/usb
      6       1.1  christos .PATH:	${S}/dev/ic
      7       1.1  christos 
      8       1.1  christos KMOD=	if_athn_usb
      9       1.1  christos IOCONF=	if_athn_usb.ioconf
     10       1.1  christos SRCS=	if_athn_usb.c
     11       1.1  christos SRCS+=	athn.c
     12       1.1  christos SRCS+=	arn5008.c
     13       1.1  christos SRCS+=	arn5416.c
     14       1.1  christos SRCS+=	arn9003.c
     15       1.1  christos SRCS+=	arn9280.c
     16       1.1  christos SRCS+=	arn9285.c
     17       1.1  christos SRCS+=	arn9287.c
     18       1.1  christos SRCS+=	arn9380.c
     19       1.1  christos 
     20  1.1.40.1  christos WARNS=	3
     21       1.1  christos 
     22       1.1  christos CPPFLAGS+=	-DINET
     23       1.1  christos CPPFLAGS+=	-DNATHN_USB=1
     24       1.1  christos CPPFLAGS+=	-DATHN_DEBUG
     25       1.1  christos 
     26       1.1  christos .include <bsd.kmodule.mk>
     27