mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-06 04:15:24 +00:00
14 lines
287 B
Makefile
14 lines
287 B
Makefile
|
NAME := template
|
||
|
|
||
|
# Add compiler flags here
|
||
|
$(NAME)_CFLAGS +=
|
||
|
|
||
|
# Add definations here
|
||
|
$(NAME)_DEFINES +=
|
||
|
|
||
|
# Add includes path here, should be realtive path to current directory
|
||
|
$(NAME)_INCLUDES +=
|
||
|
|
||
|
# Add sources path here, should be realtive path to current directory
|
||
|
$(NAME)_SOURCES +=
|