diff options
Diffstat (limited to 'usr/src/uts/intel/cc_sunreno/Makefile')
| -rw-r--r-- | usr/src/uts/intel/cc_sunreno/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/intel/cc_sunreno/Makefile b/usr/src/uts/intel/cc_sunreno/Makefile index 90463e9268..9ca0994a80 100644 --- a/usr/src/uts/intel/cc_sunreno/Makefile +++ b/usr/src/uts/intel/cc_sunreno/Makefile @@ -25,7 +25,6 @@ UTSBASE = ../.. # MODULE = cc_sunreno OBJECTS = $(CC_SUNRENO_OBJS:%=$(OBJS_DIR)/%) -LINTS = $(CC_SUNRENO_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_CC_DIR)/$(MODULE) # @@ -37,14 +36,13 @@ include $(UTSBASE)/intel/Makefile.intel # Define targets # ALL_TARGET = $(BINARY) -LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) # # Overrides. # CFLAGS += $(CCVERBOSE) -LDFLAGS += -dy -N misc/cc +LDFLAGS += -N misc/cc # # Default build targets. @@ -59,12 +57,6 @@ clean: $(CLEAN_DEPS) clobber: $(CLOBBER_DEPS) -lint: $(LINT_DEPS) - -modlintlib: $(MODLINTLIB_DEPS) - -clean.lint: $(CLEAN_LINT_DEPS) - install: $(INSTALL_DEPS) # |
