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 unhook umass_isdata.c from here too
details: https://anonhg.NetBSD.org/src/rev/2e58273479e4
branches: trunk
changeset: 971088:2e58273479e4
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Apr 13 11:27:22 2020 +0000
description:
unhook umass_isdata.c from here too
diffstat:
sys/rump/dev/lib/libumass/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0f876f340a28 -r 2e58273479e4 sys/rump/dev/lib/libumass/Makefile
--- a/sys/rump/dev/lib/libumass/Makefile Mon Apr 13 11:17:27 2020 +0000
+++ b/sys/rump/dev/lib/libumass/Makefile Mon Apr 13 11:27:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/10/19 16:16:34 pooka Exp $
+# $NetBSD: Makefile,v 1.11 2020/04/13 11:27:22 jdolecek Exp $
#
.PATH: ${.CURDIR}/../../../../dev/usb
@@ -9,7 +9,7 @@
IOCONF= UMASS.ioconf
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
-SRCS= umass.c umass_isdata.c umass_quirks.c umass_scsipi.c
+SRCS= umass.c umass_quirks.c umass_scsipi.c
SRCS+= umass_component.c
.else
Home |
Main Index |
Thread Index |
Old Index