From 4e8e1eb1eb9fe698056479fdfbcf28d056e89221 Mon Sep 17 00:00:00 2001 From: pooka Date: Sat, 13 Jun 2015 23:33:20 +0000 Subject: [PATCH] fix snafu to enable umass component also for amd64 --- sys/rump/dev/lib/libumass/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/rump/dev/lib/libumass/Makefile b/sys/rump/dev/lib/libumass/Makefile index 657d24c5f7dd..d68753476618 100644 --- a/sys/rump/dev/lib/libumass/Makefile +++ b/sys/rump/dev/lib/libumass/Makefile @@ -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