diff options
author | Raymond Chen <Raymond.Chen@Sun.COM> | 2009-06-05 13:26:07 +0800 |
---|---|---|
committer | Raymond Chen <Raymond.Chen@Sun.COM> | 2009-06-05 13:26:07 +0800 |
commit | 489b7c4ab76ae8df137fbfcc2214f7baa52883a0 (patch) | |
tree | a50bc198922042c9ffd4285beabb66713bc01499 /usr/src/uts/sparc/usb_mid | |
parent | ffdc884126129b5717570ffc6192f88d1c088711 (diff) | |
download | illumos-gate-489b7c4ab76ae8df137fbfcc2214f7baa52883a0.tar.gz |
6839931 Run usb video test case cause system panic
6840438 wusb related warlock warnings
Diffstat (limited to 'usr/src/uts/sparc/usb_mid')
-rw-r--r-- | usr/src/uts/sparc/usb_mid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/uts/sparc/usb_mid/Makefile b/usr/src/uts/sparc/usb_mid/Makefile index 14afaee71e..61ea14e1b3 100644 --- a/usr/src/uts/sparc/usb_mid/Makefile +++ b/usr/src/uts/sparc/usb_mid/Makefile @@ -21,14 +21,13 @@ # uts/sparc/usb_mid/Makefile -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # This makefile drives the production of the usb_mid driver kernel module. # sparc architecture dependent # -#ident "%Z%%M% %I% %E% SMI" # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -104,7 +103,7 @@ TEST = test # # lock_lint rules # -USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll) +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) |