summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/Makefile
diff options
context:
space:
mode:
authorkrishna <none@none>2006-06-19 11:27:31 -0700
committerkrishna <none@none>2006-06-19 11:27:31 -0700
commit88543b5cfb7f04aeebd3e525cacd360547c0c16c (patch)
tree76558d52546b172fe17aadc173ed58f40561d9a2 /usr/src/uts/intel/Makefile
parent428cee1ba676b0cc80da92fb058bb7ee03143df7 (diff)
downloadillumos-joyent-88543b5cfb7f04aeebd3e525cacd360547c0c16c.tar.gz
6357052 zulu driver Makefile breaks lint without debug build
6419846 'make lint' and 'make check' should work in open-only ON workspaces 6419983 mc-amd driver Makefile breaks lint without debug build Contributed by Richard Lowe <richlowe@richlowe.net>.
Diffstat (limited to 'usr/src/uts/intel/Makefile')
-rw-r--r--usr/src/uts/intel/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/uts/intel/Makefile b/usr/src/uts/intel/Makefile
index b935dec98e..5ddfbe5117 100644
--- a/usr/src/uts/intel/Makefile
+++ b/usr/src/uts/intel/Makefile
@@ -2,9 +2,8 @@
# 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.
+# Common Development and Distribution License (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.
@@ -21,7 +20,7 @@
#
# uts/intel/Makefile
#
-# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
@@ -39,7 +38,7 @@ LINT_LIBS = $(LINT_LIB) $(GEN_LINT_LIB) \
$(CLOSED_LINT_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln)
# EXPORT DELETE START
-LINT_LIBS += $(SVVS_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln)
+$(CLOSED_BUILD)LINT_LIBS += $(SVVS_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln)
$(CLOSED_BUILD)LINT_CLOSED_XMOD3 = $(CLOSED_XMODS:lsimega=)
$(CLOSED_BUILD)LINT_CLOSED_XMOD2 = $(LINT_CLOSED_XMOD3:adpu320=)
$(CLOSED_BUILD)LINT_CLOSED_XMOD1 = $(LINT_CLOSED_XMOD2:e1000g=)