Home | History | Annotate | Line # | Download | only in libumass
      1 #	$NetBSD: Makefile,v 1.12 2020/04/25 15:42:14 bouyer Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../dev/usb
      5 
      6 LIB=	rumpdev_umass
      7 COMMENT=USB mass storage driver
      8 
      9 IOCONF=	UMASS.ioconf
     10 
     11 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
     12 SRCS=	umass.c umass_quirks.c umass_scsipi.c
     13 
     14 SRCS+=	umass_component.c
     15 .else
     16 SRCS=	dummy.c
     17 .endif
     18 
     19 .include <bsd.lib.mk>
     20 .include <bsd.klinks.mk>
     21