kernel: remove unused utsname_set_machine()
[unleashed.git] / usr / src / uts / sun4u / tazmo / platmod / Makefile
blobab7a65bb65040556f047df05f27cd9527102df3d
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
26 # ident "%Z%%M% %I% %E% SMI"
30 # This makefile drives the production of the sun4u tazmo platform module.
32 # sun4u implementation architecture dependent
36 # Path to the base of the uts directory tree (usually /usr/src/uts).
38 UTSBASE = ../../..
41 # Define the module and object file sets.
43 MODULE = platmod
44 OBJECTS = $(TAZMO_OBJS:%=$(OBJS_DIR)/%)
45 ROOTMODULE = $(ROOT_TAZMO_MISC_DIR)/$(MODULE)
47 PLAT_DIR = .
48 HERE = ../tazmo/platmod
51 # Include common rules.
53 include $(UTSBASE)/sun4u/tazmo/Makefile.tazmo
56 # Override defaults
58 CLEANFILES += $(PLATLIB) $(SYM_MOD)
61 # Define targets
63 ALL_TARGET = $(SYM_MOD)
64 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
67 # Default build targets.
69 .KEEP_STATE:
71 def: $(DEF_DEPS)
73 all: $(ALL_DEPS)
75 clean: $(CLEAN_DEPS)
77 clobber: $(CLOBBER_DEPS)
79 install: $(INSTALL_DEPS)
81 check:
84 $(PLATLIB): $(BINARY)
85 $(BUILD.SO) $(BINARY)
87 $(SYM_MOD): $(UNIX_O) $(PLATLIB)
88 @echo "resolving symbols against unix.o"
89 @(cd $(UNIX_DIR); pwd; \
90 PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)
93 # Include common targets.
95 include $(UTSBASE)/sun4u/tazmo/Makefile.targ