summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2018-06-14 13:51:25 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2018-06-14 13:51:25 +0000
commitc2d375cdcb04122f97908079581dda41a08c0d07 (patch)
tree59f9b0cf2b1030941812f508280ce084a0f05dca
parent0646fbda486564f5c3308a3ae3c9aa6bc85ac9e5 (diff)
downloadillumos-joyent-c2d375cdcb04122f97908079581dda41a08c0d07.tar.gz
9506 Want support for QLogic QL41000/45000 series devices [fix incomplete merge]
-rw-r--r--usr/src/uts/intel/qede/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/usr/src/uts/intel/qede/Makefile b/usr/src/uts/intel/qede/Makefile
index 088ac3b41d..3976cef74b 100644
--- a/usr/src/uts/intel/qede/Makefile
+++ b/usr/src/uts/intel/qede/Makefile
@@ -49,23 +49,10 @@ CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-unused-function
ALL_TARGET = $(BINARY) $(CONFMOD)
-<<<<<<< HEAD
-LINT_TARGET = $(MODULE).lint
-=======
->>>>>>> FETCH_HEAD
INSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
LDFLAGS += -dy -N misc/mac
-<<<<<<< HEAD
-#
-# We only support the 64-bit version of this driver.
-#
-DEF_BUILDS = $(DEF_BUILDSONLY64)
-ALL_BUILDS = $(ALL_BUILDSONLY64)
-
-=======
->>>>>>> FETCH_HEAD
.KEEP_STATE:
def: $(DEF_DEPS)
@@ -76,17 +63,9 @@ clean: $(CLEAN_DEPS)
clobber: $(CLOBBER_DEPS)
-<<<<<<< HEAD
-lint: $(LINT_DEPS)
-
-modlintlib: $(MODLINTLIB_DEPS)
-
-clean.lint: $(CLEAN_LINT_DEPS)
-=======
lint:
modlintlib:
clean.lint:
->>>>>>> FETCH_HEAD
install: $(INSTALL_DEPS)