summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/lx_proc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/lx_proc')
-rw-r--r--usr/src/uts/intel/lx_proc/Makefile18
-rw-r--r--usr/src/uts/intel/lx_proc/Makefile.rules6
2 files changed, 1 insertions, 23 deletions
diff --git a/usr/src/uts/intel/lx_proc/Makefile b/usr/src/uts/intel/lx_proc/Makefile
index 0c29dafba6..4997a34d7b 100644
--- a/usr/src/uts/intel/lx_proc/Makefile
+++ b/usr/src/uts/intel/lx_proc/Makefile
@@ -47,7 +47,6 @@ LX_CMN = $(SRC)/common/brand/lx
#
MODULE = lx_proc
OBJECTS = $(LX_PROC_OBJS:%=$(OBJS_DIR)/%)
-LINTS = $(LX_PROC_OBJS:%.o=$(LINTS_DIR)/%.ln)
ROOTMODULE = $(USR_FS_DIR)/$(MODULE)
INC_PATH += -I$(UTSBASE)/common/brand/lx -I$(LX_CMN)
@@ -62,7 +61,6 @@ include $(UTSBASE)/intel/Makefile.intel
# Define targets
#
ALL_TARGET = $(BINARY)
-LINT_TARGET = $(MODULE).lint
INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
#
@@ -73,18 +71,10 @@ CFLAGS += $(CCVERBOSE)
#
# Depends on procfs and lx_brand
#
-LDFLAGS += -dy -Nfs/procfs -Nbrand/lx_brand -Ndrv/inotify -Ndrv/ip
+LDFLAGS += -Nfs/procfs -Nbrand/lx_brand -Ndrv/inotify -Ndrv/ip
LDFLAGS += -Nfs/sockfs -Ncrypto/swrand -Nmisc/cc
#
-# 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.
-#
-LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
-LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
-
-#
# Default build targets.
#
.KEEP_STATE:
@@ -97,12 +87,6 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-
install: $(INSTALL_DEPS)
#
diff --git a/usr/src/uts/intel/lx_proc/Makefile.rules b/usr/src/uts/intel/lx_proc/Makefile.rules
index b8592d2fdd..9d3c3b668b 100644
--- a/usr/src/uts/intel/lx_proc/Makefile.rules
+++ b/usr/src/uts/intel/lx_proc/Makefile.rules
@@ -30,9 +30,3 @@
$(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/lx/procfs/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
-
-#
-# Section 1b: Lint `object' build rules.
-#
-$(LINTS_DIR)/%.ln: $(UTSBASE)/common/brand/lx/procfs/%.c
- @($(LHEAD) $(LINT.c) $< $(LTAIL))