fix snafu to enable umass component also for amd64
This commit is contained in:
parent
5cdfb39e7e
commit
4e8e1eb1eb
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.7 2014/03/13 01:54:59 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/06/13 23:33:20 pooka Exp $
|
||||
#
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/usb
|
||||
@ -6,7 +6,7 @@
|
||||
LIB= rumpdev_umass
|
||||
IOCONF= UMASS.ioconf
|
||||
|
||||
.if ${MACHINE} == "i386"
|
||||
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
|
||||
SRCS= umass.c umass_isdata.c umass_quirks.c umass_scsipi.c
|
||||
|
||||
SRCS+= umass_component.c
|
||||
|
Loading…
Reference in New Issue
Block a user