kernel: remove unused utsname_set_machine()
[unleashed.git] / usr / src / uts / sun4u / opl / Makefile.rules
blob4a44935b4537e15b3eb9491f8a86b353e2768361
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
22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23 # Use is subject to license terms.
25 # ident "%Z%%M% %I%     %E% SMI"
27 #       This Makefile defines the build rules for the directory
28 #       uts/sun4u/opl and its children.
32 #       Section 1: C object build rules
36 # inline support for DR.
40 $(OBJS_DIR)/dr_mem.o:           $(UTSBASE)/sun4u/opl/io/dr_mem.c
41         $(COMPILE.c) -o $@ $(UTSBASE)/sun4u/opl/io/dr_mem.c
42         $(CTFCONVERT_O)
44 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun4u/ngdr/io/%.c
45         $(COMPILE.c) -o $@ $<
46         $(CTFCONVERT_O)
48 DR_IO=  $(UTSBASE)/sun4u/ngdr/io
49 SBD_IOCTL=      $(UTSBASE)/sun4u/sys/sbd_ioctl.h
50 SBDGENERR=      $(DR_IO)/sbdgenerr
52 CLEANFILES +=   $(SBDGENERR)
53 CLEANFILES +=   $(DR_IO)/dr_err.c
55 $(DR_IO)/dr_err.c:      $(SBDGENERR) $(SBD_IOCTL)
56         $(RM) $@
57         $(SBDGENERR) ESBD < $(SBD_IOCTL) > $(DR_IO)/dr_err.c
59 $(SBDGENERR):                   $(DR_IO)/sbdgenerr.pl
60         $(RM) $@
61         $(CAT) $(DR_IO)/sbdgenerr.pl > $@
62         $(CHMOD) +x $@
64 IL_CPP=$(CPP) -P -DINLINE -D_ASM $(AS_INC_PATH) \
65         $(CPP_DEFS) $(ALWAYS_DEFS) $(ALL_DEFS) $(CONFIG_DEFS)
67 DRMACH_IL=              $(OBJS_DIR)/drmach.il
68 $(OBJS_DIR)/drmach.o    := CC_XARCH_32 = -m32 -mcpu=ultrasparc -mv8plus -mvis
69 $(OBJS_DIR)/drmach.o:   $(UTSBASE)/sun4u/opl/io/drmach.c $(DRMACH_IL)
70         $(COMPILE.c) $(DRMACH_IL) -o $@ $(UTSBASE)/sun4u/opl/io/drmach.c
71         $(CTFCONVERT_O)
73 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun4u/opl/io/%.c
74         $(COMPILE.c) -o $@ $<
75         $(CTFCONVERT_O)
77 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun4u/opl/io/pcicmu/%.c
78         $(COMPILE.c) -o $@ $<
79         $(CTFCONVERT_O)
81 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun4u/opl/ml/%.s
82         $(COMPILE.s) -o $@ $<
84 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun4u/opl/os/%.c
85         $(COMPILE.c) -o $@ $<
86         $(CTFCONVERT_O)
88 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun4u/opl/io/oplpanel/%.c
89         $(COMPILE.c) -o $@ $<
90         $(CTFCONVERT_O)
92 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun4u/opl/io/oplmsu/%.c
93         $(COMPILE.c) -o $@ $<
94         $(CTFCONVERT_O)
96 OPL_IO=       $(UTSBASE)/sun4u/opl/io
98 CLEANFILES +=   $(OPL_IO)/drmach_err.c
100 $(OPL_IO)/drmach_err.c: $(SBDGENERR) $(SBD_IOCTL)
101         $(RM) $@
102         $(SBDGENERR) EOPL < $(SBD_IOCTL) > $@
104 CLEANFILES += $(DRMACH_IL)
106 $(DRMACH_IL):   $(UTSBASE)/sun4u/opl/ml/drmach.il.cpp
107         $(IL_CPP) $(UTSBASE)/sun4u/opl/ml/drmach.il.cpp > $@
109 .KEEP_STATE: