mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-22 20:42:55 +00:00
6 lines
97 B
Makefile
6 lines
97 B
Makefile
NAME := cloud
|
|
|
|
$(NAME)_SOURCES := cloud.c
|
|
|
|
$(NAME)_TYPE := kernel
|
|
GLOBAL_DEFINES += CONFIG_CLOUD
|