Print this page
4477 DTrace should speak JSON
Reviewed by: Bryan Cantrill <bmc@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/dtrace/Makefile
          +++ new/usr/src/uts/sparc/dtrace/Makefile
↓ open down ↓ 44 lines elided ↑ open up ↑
  45   45  
  46   46  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  47   47  LINT_TARGET     = $(MODULE).lint
  48   48  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  49   49  
  50   50  DTRACE_INC_32   = -I$(UTSBASE)/sparc/v7
  51   51  DTRACE_INC_64   = -I$(UTSBASE)/sparc/v9
  52   52  
  53   53  CFLAGS += $(CCVERBOSE)
  54   54  CPPFLAGS += $(DTRACE_INC_$(CLASS))
       55 +CPPFLAGS += -I$(SRC)/common/util
  55   56  
  56   57  DTRACE_XAS_32   = -xarch=v8plus
  57   58  DTRACE_XAS_64   = -xarch=v9
  58   59  
  59   60  AS_CPPFLAGS     += $(DTRACE_INC_64)
  60   61  ASFLAGS         += $(DTRACE_XAS_$(CLASS))
  61   62  AS_INC_PATH     += -I$(DSF_DIR)/$(OBJS_DIR)
  62   63  
  63   64  ASSYM_H         = $(DSF_DIR)/$(OBJS_DIR)/assym.h
  64   65  
↓ open down ↓ 33 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX