Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib/libumass fix snafu to enable umass componen...
details: https://anonhg.NetBSD.org/src/rev/3a1579e82c9e
branches: trunk
changeset: 338880:3a1579e82c9e
user: pooka <pooka%NetBSD.org@localhost>
date: Sat Jun 13 23:33:20 2015 +0000
description:
fix snafu to enable umass component also for amd64
diffstat:
sys/rump/dev/lib/libumass/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f851148b9173 -r 3a1579e82c9e sys/rump/dev/lib/libumass/Makefile
--- a/sys/rump/dev/lib/libumass/Makefile Sat Jun 13 22:18:04 2015 +0000
+++ b/sys/rump/dev/lib/libumass/Makefile Sat Jun 13 23:33:20 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index