diff options
Diffstat (limited to 'usr/src/uts/intel/udp6/Makefile')
| -rw-r--r-- | usr/src/uts/intel/udp6/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/intel/udp6/Makefile b/usr/src/uts/intel/udp6/Makefile index 28a6e8f978..8f446e9f63 100644 --- a/usr/src/uts/intel/udp6/Makefile +++ b/usr/src/uts/intel/udp6/Makefile @@ -35,7 +35,6 @@ UTSBASE = ../.. # MODULE = udp6 OBJECTS = $(UDP6_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(UDP6_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) CONF_SRCDIR = $(UTSBASE)/common/inet/udp @@ -48,13 +47,12 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) $(SRC_CONFFILE) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE) # # depends on udp ip and ip6 # -LDFLAGS += -dy -Ndrv/udp -Ndrv/ip -Ndrv/ip6 +LDFLAGS += -Ndrv/udp -Ndrv/ip -Ndrv/ip6 # needs work SMOFF += index_overflow @@ -72,12 +70,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |
