mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-06 20:35:22 +00:00
14 lines
184 B
Makefile
14 lines
184 B
Makefile
|
##
|
||
|
# Copyright (C) 2015-2017 Alibaba Group Holding Limited
|
||
|
##
|
||
|
|
||
|
NAME := atparser
|
||
|
|
||
|
with_atparser ?= 1
|
||
|
|
||
|
GLOBAL_INCLUDES += ./
|
||
|
|
||
|
$(NAME)_SOURCES := atparser.c
|
||
|
|
||
|
GLOBAL_DEFINES += AOS_ATCMD
|