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

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