Print this page
NEX-2787 Multiple comstar / fibre channel / qlt threads stuck waiting on locks with a spinning interrupt thread
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Approved by: Jean McCormack <jean.mccormack@nexenta.com>
@@ -18,10 +18,11 @@
#
# CDDL HEADER END
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
# Use is subject to license terms.
#
ROOTTERMINFO = $(ROOTSHLIB)/terminfo
@@ -131,10 +132,14 @@
$(COMPILE.s) -o $@ $<
%.o: kctl/%.s
$(COMPILE.s) -o $@ $<
+%.o: $(SRC)/common/list/%.c
+ $(COMPILE.c) $<
+ $(CTFCONVERT_O)
+
%.o: $(SRC)/common/net/util/%.c
$(COMPILE.c) $<
$(CTFCONVERT_O)
%.o: $(SRC)/common/util/%.c
@@ -179,10 +184,13 @@
$(LINT.s) -c $<
%.ln: kctl/%.s
$(LINT.s) -c $<
+%.ln: $(SRC)/common/list/%.c
+ $(LINT.c) -c $<
+
%.ln: $(SRC)/common/net/util/%.c
$(LINT.c) -c $<
%.ln: $(SRC)/common/util/%.c
$(LINT.c) -c $<