Makefile 140 B

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