build.mk 427 B

123456789
  1. # Should alway define variable MIDDLEWARE_$(MID_UPPER) to path to the middleware,
  2. # profiling middleware is mainly used in Nuclei Studio, see README.md in this directory
  3. # In Nuclei Studio, you can set per-file or per-folder compiler options to collect
  4. # gprof or gcov data for specified files
  5. MIDDLEWARE_PROFILING := $(NUCLEI_SDK_MIDDLEWARE)/profiling
  6. C_SRCDIRS += $(MIDDLEWARE_PROFILING)
  7. INCDIRS += $(MIDDLEWARE_PROFILING)