Print this page
NEX-5717 import QLogic 16G FC drivers
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
re #13842 make clobber leaves trash

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/fibre-channel/fca/qlc/Makefile
          +++ new/usr/src/uts/common/io/fibre-channel/fca/qlc/Makefile
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  #
  32   32  #       Include common rules.
  33   33  #
  34   34  include $(SRC)/Makefile.master
  35   35  
  36   36  FWTABLE          = ql_fw_table.c
  37   37  FWIMAGES         = 2200
  38   38  FWIMAGES        += 2300
  39   39  FWIMAGES        += 2400
  40   40  FWIMAGES        += 2500
       41 +FWIMAGES        += 2700
  41   42  FWIMAGES        += 6322
  42   43  FWIMAGES        += 8100
       44 +FWIMAGES        += 8301fc
  43   45  
  44   46  FWMODULES_SRC    = $(FWIMAGES:%=ql_fw_%.c)
  45   47  
  46   48  all_h install_h : $(FWTABLE)
  47   49  
  48   50  check:
  49   51  
  50   52  clean:
  51   53          $(RM) $(FWTABLE)
  52   54  
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX