diff options
author | Richard Lowe <richlowe@richlowe.net> | 2020-10-23 14:17:59 -0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2020-12-16 16:04:35 -0600 |
commit | 0aaef2f550fa500248f59b0b8a14225b5afbd198 (patch) | |
tree | 386f628ec5125b1d768e18877e1df61898f8466a /usr/src/uts/intel/intel_nb5000 | |
parent | 1a5f1879be09d3de900b2510692dd12003784d84 (diff) | |
download | illumos-joyent-0aaef2f550fa500248f59b0b8a14225b5afbd198.tar.gz |
13258 remove lint from the uts build
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/intel/intel_nb5000')
-rw-r--r-- | usr/src/uts/intel/intel_nb5000/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/uts/intel/intel_nb5000/Makefile b/usr/src/uts/intel/intel_nb5000/Makefile index 5d469b5ee9..14b0c52880 100644 --- a/usr/src/uts/intel/intel_nb5000/Makefile +++ b/usr/src/uts/intel/intel_nb5000/Makefile @@ -47,13 +47,11 @@ CONF_SRCDIR = $(UTSBASE)/intel/io/intel_nb5000 include ../Makefile.intel OBJECTS = $(INTEL_NB5000_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(INTEL_NB5000_OBJS:%.o=$(LINTS_DIR)/%.ln) # # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(LINT_MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) # @@ -80,12 +78,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) $(OBJECTS): $(OBJS_DIR) $(MCAMD_OFF_H) |