Makefile 248 B

123456789101112131415
  1. TARGET = rtthread_demo
  2. RTOS = RTThread
  3. NUCLEI_SDK_ROOT = ../../..
  4. COMMON_FLAGS = -O3 -DSMODE_RTOS
  5. XLCFG_TEE := 1
  6. # You can change to 0, if SSTC not present
  7. XLCFG_SSTC ?= 1
  8. SRCDIRS = .
  9. INCDIRS = .
  10. include $(NUCLEI_SDK_ROOT)/Build/Makefile.base