Makefile 198 B

123456789101112131415
  1. TARGET = demo_profiling
  2. MIDDLEWARE := profiling
  3. NUCLEI_SDK_ROOT = ../../..
  4. SRCDIRS = . src
  5. INCDIRS = . inc
  6. DOWNLOAD ?= sram
  7. COMMON_FLAGS := -O0
  8. include $(NUCLEI_SDK_ROOT)/Build/Makefile.base