summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/usb_mid
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2014-08-17 17:50:24 -0700
committerGarrett D'Amore <garrett@damore.org>2015-04-12 19:12:39 -0700
commite2c88f0c2610f16de7b639746b40dea5f3e2256e (patch)
tree9ce9ee8b93dbe4cd9d2e309bfd41c37ba7b78e4b /usr/src/uts/intel/usb_mid
parenteba03e8e19855a13cb54c87ad0767659a673b834 (diff)
downloadillumos-joyent-e2c88f0c2610f16de7b639746b40dea5f3e2256e.tar.gz
5832 EOF wireless usb (aka UWB)
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: "Joshua M. Clulow" <josh@sysmgr.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/uts/intel/usb_mid')
-rw-r--r--usr/src/uts/intel/usb_mid/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/intel/usb_mid/Makefile b/usr/src/uts/intel/usb_mid/Makefile
index 6f5d3df456..ff5fe23bab 100644
--- a/usr/src/uts/intel/usb_mid/Makefile
+++ b/usr/src/uts/intel/usb_mid/Makefile
@@ -23,6 +23,7 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# This makefile drives the production of the usb_mid driver kernel module.
#
@@ -105,7 +106,7 @@ TEST = test
#
# lock_lint rules
#
-USBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
+USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll)
UHCI_FILES = $(UHCI_OBJS:%.o=../uhci/%.ll)
OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)