Print this page
10593 illumos build should not use kernel modules as link-editor input
@@ -21,12 +21,10 @@
#
# Copyright 2005 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 sun4v default platform module.
#
# sun4v implementation architecture dependent
@@ -88,12 +86,12 @@
clean.lint: $(CLEAN_LINT_DEPS)
install: $(INSTALL_DEPS)
-$(PLATLIB): $(BINARY)
- $(BUILD.SO) $(BINARY)
+$(PLATLIB): $(OBJECTS)
+ $(BUILD.SO) $(OBJECTS)
#
# Include common targets.
#
include $(UTSBASE)/$(PLATFORM)/Makefile.targ