mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
21 lines
392 B
Makefile
21 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/08/23 20:49:53 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/usb
|
|
|
|
LIB= rumpdev_umass
|
|
IOCONF= UMASS.ioconf
|
|
|
|
.if ${MACHINE} == "i386"
|
|
SRCS= umass.c umass_isdata.c umass_quirks.c umass_scsipi.c
|
|
|
|
SRCS+= component.c
|
|
.else
|
|
SRCS= dummy.c
|
|
.endif
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../libscsipi/opt# -I${RUMPTOP}/librump/rumpvfs
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|