Commit 13f4c81 Joakim Gebart
committed
1 parent 13753cc commit 13f4c81 Copy full SHA for 13f4c81
File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -24,38 +24,38 @@ export DOCKER_MAKECMDGOALS ?= all
24
24
# Docker container, they will only be passed if they are set from the
25
25
# environment, not if they are only default Makefile values.
26
26
export DOCKER_ENV_VARS = \
27
- BINDIRBASE \
28
- BOARD \
29
- QUIET \
30
- RIOT_VERSION \
31
27
APPDIR \
28
+ AR \
29
+ ARFLAGS \
30
+ AS \
31
+ ASFLAGS \
32
32
BINDIR \
33
+ BINDIRBASE \
34
+ BOARD \
33
35
BUILDRELPATH \
34
- ELFFILE \
35
- HEXFILE \
36
- LINKFLAGPREFIX \
37
- CPPMIX \
38
- PREFIX \
36
+ BUILDTEST_MCU_GROUP \
37
+ BUILDTEST_VERBOSE \
39
38
CC \
40
- CXX \
41
39
CFLAGS \
42
- CXXUWFLAGS \
40
+ CPPMIX \
41
+ CXX \
43
42
CXXEXFLAGS \
44
- AR \
45
- ARFLAGS \
46
- AS \
47
- ASFLAGS \
43
+ CXXUWFLAGS \
44
+ ELFFILE \
45
+ HEXFILE \
48
46
LINK \
47
+ LINKFLAGPREFIX \
49
48
LINKFLAGS \
50
49
OBJCOPY \
51
50
OFLAGS \
51
+ PREFIX \
52
+ QUIET \
53
+ RIOT_VERSION \
54
+ SCANBUILD_ARGS \
55
+ SCANBUILD_OUTPUTDIR \
52
56
SIZE \
53
- UNDEF \
54
- BUILDTEST_MCU_GROUP \
55
- BUILDTEST_VERBOSE \
56
57
TOOLCHAIN \
57
- SCANBUILD_OUTPUTDIR \
58
- SCANBUILD_ARGS \
58
+ UNDEF \
59
59
#
60
60
61
61
# Find which variables were set using the command line or the environment and
You can’t perform that action at this time.
0 commit comments