Print this page
10051 cw(1) shouldn't have to translate -g

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/cxgbe/cxgbe/Makefile
          +++ new/usr/src/uts/intel/cxgbe/cxgbe/Makefile
↓ open down ↓ 35 lines elided ↑ open up ↑
  36   36  #
  37   37  include $(UTSBASE)/intel/Makefile.intel
  38   38  
  39   39  #
  40   40  # Define targets
  41   41  #
  42   42  ALL_TARGET = $(BINARY)
  43   43  LINT_TARGET = $(MODULE).lint
  44   44  INSTALL_TARGET = $(BINARY) $(ROOTMODULE)
  45   45  
  46      -CFLAGS += -g -I$(UTSBASE)/common/io/cxgbe -I$(UTSBASE)/common/io/cxgbe/common \
       46 +CFLAGS += -I$(UTSBASE)/common/io/cxgbe -I$(UTSBASE)/common/io/cxgbe/common \
  47   47          -I$(UTSBASE)/common/io/cxgbe/t4nex -I$(UTSBASE)/common/io/cxgbe/shared
  48   48  
  49   49  #
  50   50  # Driver depends
  51   51  #
  52   52  LDFLAGS += -dy -N misc/mac -N drv/ip
  53   53  
  54   54  #
  55   55  # Lint
  56   56  #
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX