5008 lock contention (rrw_exit) while running a read only load
[unleashed.git] / usr / src / uts / sun4v / vdc / Makefile
blobda180435e08250ab0df6ba6eda9004d10de80d73
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
23 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
26 # uts/sun4v/vdc/Makefile
28 # This makefile drives the production of the vdc driver module.
30 # sun4v implementation architecture dependent
34 # Path to the base of the uts directory tree (usually /usr/src/uts).
36 UTSBASE = ../..
39 # Define the module and object file sets.
41 MODULE = vdc
42 OBJECTS = $(VDC_OBJS:%=$(OBJS_DIR)/%)
43 LINTS = $(VDC_OBJS:%.o=$(LINTS_DIR)/%.ln)
44 ROOTMODULE = $(ROOT_PSM_DRV_DIR)/$(MODULE)
47 # Include common rules.
49 include $(UTSBASE)/sun4v/Makefile.sun4v
52 # Override defaults to build a unique, local modstubs.o.
54 MODSTUBS_DIR = $(OBJS_DIR)
56 CLEANFILES += $(MODSTUBS_O)
59 # Define targets
61 ALL_TARGET = $(BINARY)
62 LINT_TARGET = $(MODULE).lint
63 INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
65 CFLAGS += $(CCVERBOSE)
66 CFLAGS += -D_EXTVTOC
68 CERRWARN += -_gcc=-Wno-parentheses
69 CERRWARN += -_gcc=-Wno-uninitialized
71 LDFLAGS += -dy -Nmisc/ldc -Nmisc/platsvc -Nmisc/scsi
74 # Default build targets.
76 .KEEP_STATE:
78 def: $(DEF_DEPS)
80 all: $(ALL_DEPS)
82 clean: $(CLEAN_DEPS)
84 clobber: $(CLOBBER_DEPS)
86 lint: $(LINT_DEPS)
88 modlintlib: $(MODLINTLIB_DEPS)
90 clean.lint: $(CLEAN_LINT_DEPS)
92 install: $(INSTALL_DEPS)
95 # Include common targets.
97 include $(UTSBASE)/$(PLATFORM)/Makefile.targ