forked from sbabic/swupdate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.deps
More file actions
55 lines (43 loc) · 779 Bytes
/
Copy pathMakefile.deps
File metadata and controls
55 lines (43 loc) · 779 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
46
47
48
49
50
51
52
53
54
55
ifeq ($(HAVE_LUA),)
export HAVE_LUA = y
endif
ifeq ($(HAVE_LIBCONFIG),)
export HAVE_LIBCONFIG = y
endif
ifeq ($(HAVE_LIBARCHIVE),)
export HAVE_LIBARCHIVE = y
endif
ifeq ($(HAVE_LIBCURL),)
export HAVE_LIBCURL = y
endif
ifeq ($(HAVE_LIBMTD),)
ifeq ($(HAVE_LINUX),y)
export HAVE_LIBMTD = y
else
export HAVE_LIBMTD = n
endif
endif
ifeq ($(HAVE_LIBUBI),)
export HAVE_LIBUBI = y
endif
ifeq ($(HAVE_LIBZEROMQ),)
export HAVE_LIBZEROMQ = y
endif
ifeq ($(HAVE_ZLIB),)
export HAVE_ZLIB = y
endif
ifeq ($(HAVE_LIBUBOOTENV),)
export HAVE_LIBUBOOTENV = y
endif
ifeq ($(HAVE_LIBEBGENV),)
export HAVE_LIBEBGENV = y
endif
ifeq ($(HAVE_LIBSSL),)
export HAVE_LIBSSL = y
endif
ifeq ($(HAVE_LIBCRYPTO),)
export HAVE_LIBCRYPTO = y
endif
ifeq ($(HAVE_JSON_C),)
export HAVE_JSON_C = y
endif