kernel: remove unused utsname_set_machine()
[unleashed.git] / usr / src / uts / sun4u / darwin / Makefile
blob376b8d2aca2690d5e79b883107baf8d694f212d9
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 # uts/sun4u/darwin/Makefile
24 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
25 # Use is subject to license terms.
27 #ident "%Z%%M% %I% %E% SMI"
29 # This makefile drives the production of the sun4u darwin platform
30 # module.
32 # sun4u implementation architecture dependent
36 # Path to the base of the uts directory tree (usually /usr/src/uts).
38 UTSBASE = ../..
41 # Include common rules.
43 include $(UTSBASE)/sun4u/darwin/Makefile.darwin
45 def := TARGET= def
46 all := TARGET= all
47 install := TARGET= install
48 install_h := TARGET= install_h
49 clean := TARGET= clean
50 clobber := TARGET= clobber
51 modlist := TARGET= modlist
52 modlist := NO_STATE= -K $$MODSTATE$$$$
53 check := TARGET= check
56 # Default build targets.
58 .KEEP_STATE:
60 def all clean clobber modlist: $(DARWIN_KMODS)
62 install: $(ROOT_DARWIN_DIR) $(USR_DARWIN_DIR) $(DARWIN_KMODS)
64 check install_h:
66 $(DARWIN_KMODS): FRC
67 @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET)
70 # Include common targets.
72 include $(UTSBASE)/sun4u/darwin/Makefile.targ