Print this page
5832 EOF wireless usb (aka UWB)
Reviewed by: TBD
Reviewed by: TBD
Approved by: TBD
*** 21,30 ****
--- 21,31 ----
#
# uts/sparc/usbecm/Makefile
# Copyright 2010 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 Abstract Control Model of
# USB Communication Devices Class dirver.
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
*** 97,107 ****
#
# warlock
#
WARLOCK_CMD = $(WLCMD_DIR)/$(MODULE).wlcmd
- USBA_FILES = $(USBA_WITHOUT_WUSB_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)
warlock: $(WARLOCK_OK) warlock_with_usba
--- 98,107 ----