summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/lx_sysfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/lx_sysfs/Makefile')
-rw-r--r--usr/src/uts/intel/lx_sysfs/Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/usr/src/uts/intel/lx_sysfs/Makefile b/usr/src/uts/intel/lx_sysfs/Makefile
index 14e0603533..93599d6723 100644
--- a/usr/src/uts/intel/lx_sysfs/Makefile
+++ b/usr/src/uts/intel/lx_sysfs/Makefile
@@ -19,7 +19,6 @@ LX_CMN = $(SRC)/common/brand/lx
MODULE = lx_sysfs
OBJECTS = $(LX_SYS_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(LX_SYS_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(USR_FS_DIR)/$(MODULE)
INC_PATH += -I$(UTSBASE)/common/brand/lx -I$(LX_CMN)
@@ -27,21 +26,11 @@ INC_PATH += -I$(UTSBASE)/common/brand/lx -I$(LX_CMN)
include $(UTSBASE)/intel/Makefile.intel
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
CFLAGS += $(CCVERBOSE)
-LDFLAGS += -dy -Nbrand/lx_brand -Ndrv/ip
-
-#
-# For now, disable these lint checks; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
-# Please do not carry these forward to new Makefiles.
-#
-# XXX JJ
-# LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
-# LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
+LDFLAGS += -Nbrand/lx_brand -Ndrv/ip
.KEEP_STATE:
@@ -53,12 +42,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
include $(UTSBASE)/intel/Makefile.targ