kernel: remove unused utsname_set_machine()
[unleashed.git] / usr / src / uts / sun4v / dr_cpu / Makefile
blobcbea0f8c7b163f4dbdef231da9fa2246c74fb762
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 2007 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
26 # ident "%Z%%M% %I% %E% SMI"
30 # Path to the base of the uts directory tree (usually /usr/src/uts).
32 UTSBASE = ../..
35 # Define the module and object file sets.
37 MODULE = dr_cpu
38 OBJECTS = $(DR_CPU_OBJS:%=$(OBJS_DIR)/%)
39 ROOTMODULE = $(ROOT_PSM_MISC_DIR)/$(MODULE)
42 # Include common rules.
44 include $(UTSBASE)/sun4v/Makefile.sun4v
47 # Define targets
49 ALL_TARGET = $(BINARY)
50 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
53 # Module Dependencies
55 LDFLAGS += -dy -Nmisc/ds -Ndrv/drctl
58 # Default build targets.
60 .KEEP_STATE:
62 def: $(DEF_DEPS)
64 all: $(ALL_DEPS)
66 clean: $(CLEAN_DEPS)
68 clobber: $(CLOBBER_DEPS)
70 install: $(INSTALL_DEPS)
73 # Include common targets.
75 include $(UTSBASE)/$(PLATFORM)/Makefile.targ