summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/stmf/Makefile
diff options
context:
space:
mode:
authorViswanathan Kannappan <Viswanathan.Kannappan@Sun.COM>2010-06-07 08:19:25 -0700
committerViswanathan Kannappan <Viswanathan.Kannappan@Sun.COM>2010-06-07 08:19:25 -0700
commit4558d122136f151d62acbbc02ddb42df89a5ef66 (patch)
tree8d64ce46c2808403cc8b8b9460c105b99e9529b3 /usr/src/uts/sparc/stmf/Makefile
parent2ea22bf74805dd8e4937701bfdce1da6c95c53b7 (diff)
downloadillumos-joyent-4558d122136f151d62acbbc02ddb42df89a5ef66.tar.gz
6777077 COMSTAR drivers unnecessary NUL-terminate strings
6777085 COMSTAR Makefiles can take advantage of being ON citizens Contributed by Sergio Gutierriez <saguti@gmail.com>
Diffstat (limited to 'usr/src/uts/sparc/stmf/Makefile')
-rw-r--r--usr/src/uts/sparc/stmf/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/uts/sparc/stmf/Makefile b/usr/src/uts/sparc/stmf/Makefile
index 044f3eeb8a..8dfdd42bc3 100644
--- a/usr/src/uts/sparc/stmf/Makefile
+++ b/usr/src/uts/sparc/stmf/Makefile
@@ -19,8 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This makefile drives the production of the stmf driver for
# COMSTAR.
@@ -59,9 +58,6 @@ INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
MODSTUBS_DIR = $(OBJS_DIR)
CERRWARN += -erroff=E_STATEMENT_NOT_REACHED
-INC_PATH += -I$(UTSBASE)/common/io/comstar/stmf
-INC_PATH += -I$(UTSBASE)/common/sys
-
C99MODE= -xc99=%all
C99LMODE= -Xc99=%all