forked from Ai-Thinker-Open/GPRS_C_SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
38 lines (20 loc) · 1.01 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
LOCAL_MODULE_DEPENDS += init
##################################################################################
#LOCAL_MODULE_DEPENDS += demo/gpio please keep this
##################################################################################
LOCAL_MODULE_DEPENDS += demo/fota
include module_list.mk
#do not edit anything about the description above, if you don not know what you are doing
##################################################################################
#you can add you module here like the following comment
#LOCAL_MODULE_DEPENDS += project/module
#this comment will add a module name project/module in project/module path
##################################################################################
# Set this to any non-null string to signal a module which
# generates a binary (must contain a "main" entry point).
# If left null, only a library will be generated.
IS_ENTRY_POINT := yes
# Assembly / C code
S_SRC :=
C_SRC :=
include ${SOFT_WORKDIR}/platform/compilation/cust_rules.mk