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/libusb enable this for amd64 too.
details: https://anonhg.NetBSD.org/src/rev/e784614b4256
branches: trunk
changeset: 761516:e784614b4256
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 31 00:10:06 2011 +0000
description:
enable this for amd64 too.
diffstat:
sys/rump/dev/lib/libusb/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 3cfabbdf7e0c -r e784614b4256 sys/rump/dev/lib/libusb/Makefile
--- a/sys/rump/dev/lib/libusb/Makefile Mon Jan 31 00:06:57 2011 +0000
+++ b/sys/rump/dev/lib/libusb/Makefile Mon Jan 31 00:10:06 2011 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2010/12/05 16:51:00 pooka Exp $
+# $NetBSD: Makefile,v 1.6 2011/01/31 00:10:06 christos Exp $
#
.PATH: ${.CURDIR}/../../../../dev/usb
LIB= rumpdev_usb
-.if ${MACHINE} == "i386"
+.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
IOCONF= USB.ioconf
SRCS= usb.c usbdi.c usbdi_util.c usb_mem.c usb_subr.c usb_quirks.c \
Home |
Main Index |
Thread Index |
Old Index