File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 45
45
endif
46
46
47
47
include $(BASEDIR ) /project.mk
48
- include $(BASEDIR ) /modules.mk
49
- include $(BASEDIR ) /dependencies.mk
50
48
include $(BASEDIR ) /make/functions.mk
51
49
include $(BASEDIR ) /make/system.mk
52
50
include $(BASEDIR ) /make/tools.mk
51
+ include $(BASEDIR ) /modules.mk
52
+ include $(BASEDIR ) /dependencies.mk
53
53
54
54
# Compute the full list of dependencies
55
55
MERGED_DEPENDENCIES := \
Original file line number Diff line number Diff line change @@ -25,13 +25,15 @@ BASEDIR := $(CURDIR)
25
25
CONFIG := $(BASEDIR ) /.config.mk
26
26
27
27
include $(BASEDIR ) /project.mk
28
- include $(BASEDIR ) /dependencies.mk
29
28
include $(BASEDIR ) /make/functions.mk
30
29
ifeq ($(TREE ) ,1)
30
+ include $(BASEDIR ) /make/system.mk
31
+ include $(BASEDIR ) /make/tools.mk
31
32
include $(BASEDIR ) /modules.mk
32
33
else
33
34
-include $(CONFIG )
34
35
endif
36
+ include $(BASEDIR ) /dependencies.mk
35
37
36
38
MERGED_DEPENDENCIES := \
37
39
$(DEPENDENCIES ) \
You can’t perform that action at this time.
0 commit comments