mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 23:20:29 -04:00
19 lines
351 B
Makefile
19 lines
351 B
Makefile
# $NetBSD: Makefile,v 1.9 2015/08/24 23:21:51 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/usb
|
|
|
|
LIB= rumpdev_umass
|
|
IOCONF= UMASS.ioconf
|
|
|
|
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
|
|
SRCS= umass.c umass_isdata.c umass_quirks.c umass_scsipi.c
|
|
|
|
SRCS+= umass_component.c
|
|
.else
|
|
SRCS= dummy.c
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|