kernel: remove unused utsname_set_machine()
[unleashed.git] / usr / src / uts / sun4u / starfire / Makefile
blob9527bb9f692e45c1d04e68d7da5db8873392f647
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License, Version 1.0 only
6 # (the "License"). You may not use this file except in compliance
7 # with the License.
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
20 # CDDL HEADER END
23 #ident "%Z%%M% %I% %E% SMI"
25 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
26 # Use is subject to license terms.
28 # This makefile drives the production of the sun4u starfire platform
29 # module.
31 # sun4u starfire implementation architecture dependent
35 # Path to the base of the uts directory tree (usually /usr/src/uts).
37 UTSBASE = ../..
39 include $(UTSBASE)/sun4u/starfire/Makefile.starfire
41 def := TARGET= def
42 all := TARGET= all
43 install := TARGET= install
44 install_h := TARGET= install_h
45 clean := TARGET= clean
46 clobber := TARGET= clobber
47 modlist := TARGET= modlist
48 modlist := NO_STATE= -K $$MODSTATE$$$$
49 check := TARGET= check
51 IMPLEMENTED_PLATFORM = SUNW,Ultra-Enterprise-10000
54 # Default build targets.
56 .KEEP_STATE:
58 .PARALLEL: $(STARFIRE_KMODS)
60 .NO_PARALLEL: $(STARFIRE_CPU_KMODS)
62 def all clean clobber: genassym unix .WAIT \
63 $(STARFIRE_CPU_KMODS) $(STARFIRE_KMODS)
65 modlist: unix $(STARFIRE_CPU_KMODS) $(STARFIRE_KMODS)
67 install: $(ROOT_STARFIRE_DIR) $(USR_STARFIRE_DIR) \
68 $(USR_STARFIRE_INC_DIR) \
69 $(USR_STARFIRE_SBIN_DIR) \
70 $(USR_STARFIRE_LIB_DIR) \
71 genassym unix .WAIT $(STARFIRE_CPU_KMODS) $(STARFIRE_KMODS)
73 genassym unix $(STARFIRE_CPU_KMODS) $(STARFIRE_KMODS): FRC
74 @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
76 install_h check: FRC
77 @cd sys; pwd; $(MAKE) $(TARGET)
80 # Include common targets.
82 include $(UTSBASE)/sun4u/starfire/Makefile.targ