summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/socal
diff options
context:
space:
mode:
authorstevel <none@none>2006-06-29 14:43:12 -0700
committerstevel <none@none>2006-06-29 14:43:12 -0700
commit3db86aab554edbb4244c8d1a1c90f152eee768af (patch)
tree705cf08ad6c4913d9bf209e3b319816d99d03779 /usr/src/uts/sparc/socal
parente34b029407ed5ec566196ede3f54256d7868dd10 (diff)
downloadillumos-joyent-3db86aab554edbb4244c8d1a1c90f152eee768af.tar.gz
6392835 move driver central to usr/src
6392843 move driver socal to usr/src 6393456 move driver pcic to usr/src 6393457 move driver pem to usr/src 6393459 move driver envctrltwo to usr/src 6393461 move driver lombus to usr/src 6393465 move driver rmclomv to usr/src 6393468 move driver wrsmd to usr/src 6438236 cfgadm plugins for ac & sysctrl want to be reunited with their drivers in usr/src 6443714 CardBus driver should be moved from usr/closed to usr/src
Diffstat (limited to 'usr/src/uts/sparc/socal')
-rw-r--r--usr/src/uts/sparc/socal/Makefile98
1 files changed, 98 insertions, 0 deletions
diff --git a/usr/src/uts/sparc/socal/Makefile b/usr/src/uts/sparc/socal/Makefile
new file mode 100644
index 0000000000..ad4405cca5
--- /dev/null
+++ b/usr/src/uts/sparc/socal/Makefile
@@ -0,0 +1,98 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License"). You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+#
+# uts/sparc/socal/Makefile
+
+#
+# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+# Use is subject to license terms.
+#
+
+#ident "%Z%%M% %I% %E% SMI"
+
+#
+# This makefile drives the production of the socal driver kernel
+# module, which is used for the Photon/FC-AL product
+#
+# sparc architecture dependent
+#
+
+#
+# Path to the base of the uts directory tree (usually /usr/src/uts).
+#
+UTSCLOSED = ../..
+UTSBASE = ../../../../src/uts
+
+#
+# Define the module and object file sets.
+#
+MODULE = socal
+OBJECTS = $(SOCAL_OBJS:%=$(OBJS_DIR)/%)
+LINTS = $(SOCAL_OBJS:%.o=$(LINTS_DIR)/%.ln)
+ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
+
+#
+# Include common rules.
+#
+include $(UTSCLOSED)/sparc/Makefile.sparc
+
+#
+# Define targets
+#
+ALL_TARGET = $(BINARY)
+LINT_TARGET = $(MODULE).lint
+INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
+
+#
+# Overrides
+#
+CFLAGS += $(CCVERBOSE) -dalign
+
+#
+# Default build targets.
+#
+.KEEP_STATE:
+
+all: $(ALL_DEPS)
+
+def: $(DEF_DEPS)
+
+clean: $(CLEAN_DEPS)
+
+clobber: $(CLOBBER_DEPS)
+
+lint: $(LINT_DEPS)
+
+modlintlib: $(MODLINTLIB_DEPS)
+
+clean.lint: $(CLEAN_LINT_DEPS)
+
+install: $(INSTALL_DEPS)
+
+#
+# Include common targets.
+#
+include $(UTSCLOSED)/sparc/Makefile.targ
+
+browser: $(BINARY)
+
+browser := CFLAGS += -xsb