-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile.json
More file actions
45 lines (39 loc) · 734 Bytes
/
makefile.json
File metadata and controls
45 lines (39 loc) · 734 Bytes
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
39
40
41
42
43
44
45
{
"app_name" : "mqttsn_riot",
"macros" : [
{
"name" : "BOARD",
"value" : "native"
},
{
"name" : "RIOTBASE",
"value" : "$(CURDIR)/.."
},
{
"name" : "DEVELHELP",
"value" : "1"
},
{
"name" : "QUIET",
"value": "1"
}
],
"module": [
"gnrc_netdev_default",
"auto_init_gnrc_netif",
"gnrc_sock_udp",
"emcute",
"shell",
"shell_commands",
"gnrc_ipv6_default",
"gnrc_icmpv6_echo"
],
"conditional" :
{
"condition" : "ifneq",
"var1" : "",
"var2" : "$(EMCUTE_ID)",
"name" : "CFLAGS",
"value" : "-DEMCUTE_ID=\"$(EMCUTE_ID)\""
}
};