summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/usb_ac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/usb_ac/Makefile')
-rw-r--r--usr/src/uts/sparc/usb_ac/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/uts/sparc/usb_ac/Makefile b/usr/src/uts/sparc/usb_ac/Makefile
index 34cf16ec7b..4b88b89aae 100644
--- a/usr/src/uts/sparc/usb_ac/Makefile
+++ b/usr/src/uts/sparc/usb_ac/Makefile
@@ -2,9 +2,8 @@
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# uts/sparc/usb_ac/Makefile
@@ -108,7 +107,8 @@ OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)
MIXER_FILES = $(MIXER_OBJS:%.o=../mixer/%.ll)
AUDIOSUP_FILES = $(AUDIO_SUP_OBJS:%.o=../audiosup/%.ll)
-AMSRC1_FILES = $(AMSRC1_OBJS:%.o=../amsrc1/%.ll)
+# AMSRC1_OBJS is only defined in the closed tree.
+AMSRC1_FILES = $(CLOSED)/uts/sparc/amsrc1/am_src1.ll
#
# Warlock targets
@@ -163,7 +163,7 @@ warlock_audiosup.files:
@cd ../audiosup; pwd; $(MAKE) warlock
warlock_amsrc1.files:
- @cd ../amsrc1; pwd; $(MAKE) warlock
+ @cd $(CLOSED)/uts/sparc/amsrc1; pwd; $(MAKE) warlock
warlock_mixer.files:
@cd ../mixer; pwd; $(MAKE) warlock