Print this page
10593 illumos build should not use kernel modules as link-editor input
@@ -21,13 +21,11 @@
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
-# uts/sun4u/seattle/platmod/Makefile
+
#
# This makefile drives the production of the sun4u seattle platform module.
#
# sun4u implementation architecture dependent
#
@@ -93,12 +91,12 @@
check:
LINT_LIB_DIR = $(SEATTLE_LINT_LIB_DIR)
-$(PLATLIB): $(BINARY)
- $(BUILD.SO) $(BINARY)
+$(PLATLIB): $(OBJECTS)
+ $(BUILD.SO) $(OBJECTS)
$(SYM_MOD): $(UNIX_O) $(PLATLIB)
@echo "resolving symbols against unix.o"
@(cd $(UNIX_DIR); pwd; \
PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)