Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / rump / dev / wip / libumass / Makefile
blobe5a6dacc86995dda769a75a424532a5df6788635
1 # $NetBSD: Makefile,v 1.1 2009/10/01 21:46:30 pooka Exp $
4 # umass. includes scsibus+sd for simplicity due to the umass code
5 # needing compile time knowledge of its presence. fixxxme
8 .PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../dev/scsipi
10 LIB= rumpdev_umass
12 SRCS= umass.c umass_isdata.c umass_quirks.c umass_scsipi.c
13 SRCS+= scsipiconf.c scsipi_base.c scsipi_ioctl.c scsi_base.c scsiconf.c sd.c
15 SRCS+= sd_at_scsibus_at_umass.c
17 CFLAGS+= -Wno-pointer-sign
18 CPPFLAGS+= -I${.CURDIR}/opt -I${RUMPTOP}/librump/rumpvfs
20 .include <bsd.lib.mk>
21 .include <bsd.klinks.mk>