kernel: remove unused utsname_set_machine()
[unleashed.git] / usr / src / uts / sparc / qlc_fw_2300 / Makefile
blobd22aaa9f33c1f0981888c379a78010098fcabdd4
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 2008 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
25 # This makefile drives the production of qlc_fw_2300 firmware module.
27 # Path to the base of the uts directory tree (usually /usr/src/uts).
29 UTSBASE = ../..
32 # Define the module and object file sets.
34 MODULE = qlc_fw_2300
35 OBJECTS = $(QLC_FW_2300_OBJS:%=$(OBJS_DIR)/%)
36 ROOTMODULE = $(ROOT_QLC_FW_DIR)/$(MODULE)
37 CONF_SRCDIR = $(UTSBASE)/common/io/fibre-channel/fca/qlc
41 # Include common rules.
43 include $(UTSBASE)/Makefile.uts
44 include $(UTSBASE)/sparc/Makefile.sparc
47 # Define targets
49 ALL_TARGET = $(BINARY) $(CONFMOD) $(ITUMOD)
50 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
52 LDFLAGS += -dy -Nmisc/fctl
55 # Default build targets.
57 .KEEP_STATE:
59 def: $(DEF_DEPS)
61 all: $(ALL_DEPS)
63 clean: $(CLEAN_DEPS)
65 clobber: $(CLOBBER_DEPS)
67 install: $(INSTALL_DEPS)
70 # Include common targets.
72 include $(UTSBASE)/sparc/Makefile.targ