summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/mac_ipv4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/mac_ipv4/Makefile')
-rw-r--r--usr/src/uts/sparc/mac_ipv4/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/usr/src/uts/sparc/mac_ipv4/Makefile b/usr/src/uts/sparc/mac_ipv4/Makefile
index f9d0b1f58b..515b66e0a6 100644
--- a/usr/src/uts/sparc/mac_ipv4/Makefile
+++ b/usr/src/uts/sparc/mac_ipv4/Makefile
@@ -23,7 +23,7 @@
# Use is subject to license terms.
#
#
-# This makefile drives the production of the mac_ipv4 plugin
+# This makefile drives the production of the mac_ipv4 plugin
# kernel module.
#
@@ -37,7 +37,6 @@ UTSBASE = ../..
#
MODULE = mac_ipv4
OBJECTS = $(MAC_IPV4_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(MAC_IPV4_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_MAC_DIR)/$(MODULE)
#
@@ -49,17 +48,14 @@ include $(UTSBASE)/sparc/Makefile.sparc
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
# Overrides.
#
CFLAGS += $(CCVERBOSE)
-LDFLAGS += -dy -Nmisc/mac
+LDFLAGS += -Nmisc/mac
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
#
# Default build targets.
@@ -74,12 +70,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#