summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/niagara2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/niagara2/Makefile')
-rw-r--r--usr/src/uts/sun4v/niagara2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/uts/sun4v/niagara2/Makefile b/usr/src/uts/sun4v/niagara2/Makefile
index 2be0bcbcfd..39a01ef025 100644
--- a/usr/src/uts/sun4v/niagara2/Makefile
+++ b/usr/src/uts/sun4v/niagara2/Makefile
@@ -19,11 +19,10 @@
# CDDL HEADER END
#
#
-# uts/sun4v/niagara2/Makefile
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
+
#
# This makefile drives the production of the UltraSPARC-T2 cpu module.
#
@@ -106,8 +105,8 @@ clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
-$(CPULIB): $(BINARY)
- $(BUILD.SO) $(BINARY)
+$(CPULIB): $(OBJECTS)
+ $(BUILD.SO) $(OBJECTS)
$(SYM_MOD): $(UNIX_O) $(CPULIB)
@echo "resolving symbols against unix.o"