Makefile 136 B

123456789
  1. TARGET = ucosii_demo
  2. RTOS = UCOSII
  3. NUCLEI_SDK_ROOT = ../../..
  4. SRCDIRS = .
  5. INCDIRS = .
  6. include $(NUCLEI_SDK_ROOT)/Build/Makefile.base