summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/hid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sparc/hid/Makefile')
-rw-r--r--usr/src/uts/sparc/hid/Makefile22
1 files changed, 4 insertions, 18 deletions
diff --git a/usr/src/uts/sparc/hid/Makefile b/usr/src/uts/sparc/hid/Makefile
index 85f360fd7d..7baf7a31e0 100644
--- a/usr/src/uts/sparc/hid/Makefile
+++ b/usr/src/uts/sparc/hid/Makefile
@@ -41,7 +41,6 @@ UTSBASE = ../..
#
MODULE = hid
OBJECTS = $(HID_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(HID_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
#
@@ -50,11 +49,6 @@ ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE)
include $(UTSBASE)/sparc/Makefile.sparc
#
-# lint pass one enforcement
-#
-CFLAGS += $(CCVERBOSE)
-
-#
# depends on misc/usba
#
LDFLAGS += -dy -Nmisc/usba -Nmisc/hidparser -Ndacf/consconfig_dacf
@@ -63,17 +57,15 @@ LDFLAGS += -dy -Nmisc/usba -Nmisc/hidparser -Ndacf/consconfig_dacf
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
-CERRWARN += -_gcc=-Wno-parentheses
-
#
-# For now, disable these lint checks; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
+# For now, disable these warnings; maintainers should endeavor
+# to investigate and remove these for maximum coverage.
# Please do not carry these forward to new Makefiles.
#
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
+CFLAGS += $(CCVERBOSE)
+CERRWARN += -_gcc=-Wno-parentheses
.KEEP_STATE:
@@ -85,12 +77,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#