mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-06 12:25:21 +00:00
13 lines
184 B
Makefile
13 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
|