File tree 38 files changed +38
-38
lines changed
38 files changed +38
-38
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ endif
194
194
195
195
# Dependencies
196
196
197
- .depend : Makefile chip$(DELIM ) Make.defs $(SRCS )
197
+ .depend : Makefile chip$(DELIM ) Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
198
198
ifeq ($(BOARDMAKE ) ,y)
199
199
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
200
200
endif
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
140
140
141
141
# Dependencies
142
142
143
- .depend : Makefile chip/Make.defs $(SRCS )
143
+ .depend : Makefile chip/Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
144
144
ifeq ($(BOARDMAKE ) ,y)
145
145
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
146
146
endif
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
155
155
156
156
# Dependencies
157
157
158
- .depend : Makefile chip/Make.defs $(SRCS )
158
+ .depend : Makefile chip/Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
159
159
ifeq ($(BOARDMAKE ) ,y)
160
160
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
161
161
endif
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
138
138
139
139
# Dependencies
140
140
141
- .depend : Makefile chip/Make.defs $(SRCS )
141
+ .depend : Makefile chip/Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
142
142
ifeq ($(BOARDMAKE ) ,y)
143
143
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
144
144
endif
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
141
141
142
142
# Dependencies
143
143
144
- .depend : Makefile chip/Make.defs $(SRCS )
144
+ .depend : Makefile chip/Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
145
145
ifeq ($(BOARDMAKE ) ,y)
146
146
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
147
147
endif
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ endif
181
181
182
182
# Dependencies
183
183
184
- .depend : Makefile chip$(DELIM ) Make.defs $(SRCS )
184
+ .depend : Makefile chip$(DELIM ) Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
185
185
ifeq ($(BOARDMAKE ) ,y)
186
186
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
187
187
endif
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
149
149
150
150
# Dependencies
151
151
152
- .depend : Makefile chip/Make.defs $(SRCS )
152
+ .depend : Makefile chip/Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
153
153
ifeq ($(BOARDMAKE ) ,y)
154
154
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
155
155
endif
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ endif
184
184
185
185
# Dependencies
186
186
187
- .depend : Makefile $(SRCS )
187
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
188
188
ifeq ($(BOARDMAKE ) ,y)
189
189
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
190
190
endif
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ export_startup: board/libboard$(LIBEXT) up_head.o $(HOSTOBJS)
321
321
322
322
# Dependencies
323
323
324
- .depend : Makefile $(SRCS )
324
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
325
325
$(Q ) if [ -e board/Makefile ]; then \
326
326
$(MAKE ) -C board TOPDIR=" $( TOPDIR) " depend ; \
327
327
fi
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
153
153
154
154
# Dependencies
155
155
156
- .depend : Makefile chip/Make.defs $(SRCS )
156
+ .depend : Makefile chip/Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
157
157
ifeq ($(BOARDMAKE ) ,y)
158
158
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
159
159
endif
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
148
148
149
149
# Dependencies
150
150
151
- .depend : Makefile chip/Make.defs $(SRCS )
151
+ .depend : Makefile chip/Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
152
152
ifeq ($(BOARDMAKE ) ,y)
153
153
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
154
154
endif
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
139
139
140
140
# Dependencies
141
141
142
- .depend : Makefile chip/Make.defs $(SRCS )
142
+ .depend : Makefile chip/Make.defs $(SRCS ) $( TOPDIR )$( DELIM ) .config
143
143
ifeq ($(BOARDMAKE ) ,y)
144
144
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" depend
145
145
endif
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ nuttx$(EXEEXT): $(HEAD_OBJ) board/libboard$(LIBEXT) nuttx.linkcmd
109
109
@echo " LD: nuttx$( EXEEXT) "
110
110
$(Q ) $(LD ) $(LDFLAGS )
111
111
112
- .depend : Makefile chip/Make.defs $(DEPSRCS )
112
+ .depend : Makefile chip/Make.defs $(DEPSRCS ) $( TOPDIR )$( DELIM ) .config
113
113
ifeq ($(CONFIG_WINDOWS_NATIVE ) ,y)
114
114
$(Q) if exist board$(DELIM)Makefile ( $(MAKE) -C board TOPDIR="$(TOPDIR)" depend )
115
115
else
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ export_startup: board/libboard$(LIBEXT) $(STARTUP_OBJS)
207
207
208
208
# Build dependencies
209
209
210
- .depend: Makefile asm_mem.h chip/Make.defs $(DEPSRCS)
210
+ .depend: Makefile asm_mem.h chip/Make.defs $(DEPSRCS) $(TOPDIR)$(DELIM).config
211
211
$(Q) if [ -e board/Makefile ]; then \
212
212
$(MAKE) -C board TOPDIR="$(TOPDIR)" depend ; \
213
213
fi
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ export_startup: board\libboard$(LIBEXT) $(STARTUP_OBJS)
201
201
202
202
# Build dependencies
203
203
204
- .depend: Makefile asm_mem.h chip\Make.defs $(DEPSRCS)
204
+ .depend: Makefile asm_mem.h chip\Make.defs $(DEPSRCS) $(TOPDIR)$(DELIM).config
205
205
$(Q) if exist board\Makefile ( $(MAKE) -C board TOPDIR="$(TOPDIR)" depend )
206
206
$(Q) $(MKDEP) --dep-path chip --dep-path common "$(CC)" -- $(CFLAGS) -- $(DEPSRCS) >Make.dep
207
207
$(Q) touch $@
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ nuttx$(EXEEXT): $(HEAD_OBJ) board$(DELIM)libboard$(LIBEXT) nuttx.linkcmd
137
137
@echo "LD: nuttx$(EXEEXT)"
138
138
$(Q) "$(LD)" $(LDFLAGS)
139
139
140
- .depend: Makefile chip$(DELIM)Make.defs $(DEPSRCS)
140
+ .depend: Makefile chip$(DELIM)Make.defs $(DEPSRCS) $(TOPDIR)$(DELIM).config
141
141
$(Q) if [ -e board$(DELIM)Makefile ]; then \
142
142
$(MAKE) -C board TOPDIR="$(TOPDIR)" depend ; \
143
143
fi
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ nuttx$(EXEEXT): $(HEAD_OBJ) board$(DELIM)libboard$(LIBEXT) nuttx.linkcmd
126
126
@echo "LD: nuttx$(EXEEXT)"
127
127
$(Q) "$(LD)" $(LDFLAGS)
128
128
129
- .depend: Makefile chip$(DELIM)Make.defs $(DEPSRCS)
129
+ .depend: Makefile chip$(DELIM)Make.defs $(DEPSRCS) $(TOPDIR)$(DELIM).config
130
130
$(Q) if exist board$(DELIM)Makefile ( $(MAKE) -C board TOPDIR="$(TOPDIR)" depend )
131
131
$(Q) $(MKDEP) --dep-path chip --dep-path common "$(CC)" -- $(CFLAGS) -- $(DEPSRCS) >Make.dep
132
132
$(Q) touch $@
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ $(COBJS): %$(OBJEXT): %.c
69
69
$(BIN ) : $(OBJS )
70
70
$(call ARCHIVE, $@ , $(OBJS ) )
71
71
72
- .depend : Makefile $(SRCS )
72
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
73
73
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
74
74
$(Q ) touch $@
75
75
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ $(BINFMT_COBJS): %$(OBJEXT): %.c
81
81
$(BIN ) : $(BINFMT_OBJS )
82
82
$(call ARCHIVE, $@ , $(BINFMT_OBJS ) )
83
83
84
- .depend : Makefile $(BINFMT_SRCS )
84
+ .depend : Makefile $(BINFMT_SRCS ) $( TOPDIR )$( DELIM ) .config
85
85
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(BINFMT_SRCS ) > Make.dep
86
86
$(Q ) touch $@
87
87
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ ifneq ($(CXXOBJS),)
112
112
$(call ARCHIVE, $@, $(CXXOBJS))
113
113
endif
114
114
115
- .depend : Makefile $(SRCS ) $(CXXSRCS ) $(RCSRCS )
115
+ .depend : Makefile $(SRCS ) $(CXXSRCS ) $(RCSRCS ) $( TOPDIR )$( DELIM ) .config
116
116
ifneq ($(ZDSVERSION ) ,)
117
117
$(Q) $(MKDEP) $(DEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
118
118
else
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx
99
99
$(BIN ) : $(OBJS )
100
100
$(call ARCHIVE, $@ , $(OBJS ) )
101
101
102
- .depend : Makefile $(SRCS )
102
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
103
103
ifneq ($(SRCS ) ,)
104
104
$(Q) $(MKDEP) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
105
105
endif
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ $(COBJS): %$(OBJEXT): %.c
90
90
$(BIN ) : $(OBJS )
91
91
$(call ARCHIVE, $@ , $(OBJS ) )
92
92
93
- .depend : Makefile $(SRCS )
93
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
94
94
ifeq ($(CONFIG_CRYPTO ) ,y)
95
95
$(Q) $(MKDEP) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
96
96
endif
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ $(COBJS): %$(OBJEXT): %.c
118
118
$(BIN ) : $(OBJS )
119
119
$(call ARCHIVE, $@ , $(OBJS ) )
120
120
121
- .depend : Makefile $(SRCS )
121
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
122
122
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
123
123
$(Q ) touch $@
124
124
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ $(BIN): $(OBJS)
98
98
99
99
context ::
100
100
101
- .depend : Makefile $(SRCS )
101
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
102
102
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
103
103
$(Q ) touch $@
104
104
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ $(BIN): $(OBJS)
124
124
125
125
mklibgraphics : $(BIN )
126
126
127
- .depend : gensources Makefile $(SRCS )
127
+ .depend : gensources Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
128
128
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
129
129
$(Q ) touch $@
130
130
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ endif
154
154
155
155
# Dependencies
156
156
157
- .depend : Makefile $(SRCS )
157
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
158
158
$(Q ) $(MKDEP ) --obj-path bin --obj-suffix $(OBJEXT ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > bin/Make.dep
159
159
ifneq ($(CONFIG_BUILD_FLAT ) ,y)
160
160
$(Q) $(MKDEP) --obj-path kbin --obj-suffix $(OBJEXT) $(DEPPATH) "$(CC)" -- $(CFLAGS) $(KDEFINE) -- $(SRCS) >kbin/Make.dep
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ context: .tzbuilt romfs
118
118
119
119
# Create dependencies
120
120
121
- .depend : Makefile $(SRCS )
121
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
122
122
$(Q ) $(MKDEP ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
123
123
$(Q ) touch $@
124
124
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ $(COBJS): %$(OBJEXT): %.c
65
65
$(BIN ) : $(OBJS )
66
66
$(call ARCHIVE, $@ , $(OBJS ) )
67
67
68
- .depend : Makefile $(SRCS )
68
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
69
69
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
70
70
$(Q ) touch $@
71
71
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ endif
235
235
236
236
# Dependencies
237
237
238
- .depend : Makefile gensources $(SRCS )
238
+ .depend : Makefile gensources $(SRCS ) $( TOPDIR )$( DELIM ) .config
239
239
$(Q ) $(MKDEP ) --obj-path bin --obj-suffix $(OBJEXT ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > bin/Make.dep
240
240
ifneq ($(CONFIG_BUILD_FLAT ) ,y)
241
241
$(Q) $(MKDEP) --obj-path kbin --obj-suffix $(OBJEXT) $(DEPPATH) "$(CC)" -- $(CFLAGS) $(KDEFINE) -- $(SRCS) >kbin/Make.dep
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $(BIN): $(OBJS)
87
87
88
88
dirlinks ::
89
89
90
- .depend : Makefile $(SRCS )
90
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
91
91
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CXX) " -- $(CXXFLAGS ) -- $(SRCS ) > Make.dep
92
92
$(Q ) touch $@
93
93
Original file line number Diff line number Diff line change 81
81
82
82
# Dependencies
83
83
84
- .depend : Makefile $(SRCS )
84
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
85
85
$(Q ) $(MKDEP ) --obj-path bin --obj-suffix $(OBJEXT ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > bin/Make.dep
86
86
ifneq ($(CONFIG_BUILD_FLAT ) ,y)
87
87
$(Q) $(MKDEP) --obj-path kbin --obj-suffix $(OBJEXT) $(DEPPATH) "$(CC)" -- $(CFLAGS) $(KDEFINE) -- $(SRCS) >kbin/Make.dep
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ $(COBJS): %$(OBJEXT): %.c
92
92
$(BIN ) : $(OBJS )
93
93
$(call ARCHIVE, $@ , $(OBJS ) )
94
94
95
- .depend : Makefile $(SRCS )
95
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
96
96
ifeq ($(CONFIG_NET ) ,y)
97
97
$(Q) $(MKDEP) $(DEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
98
98
endif
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ $(BIN): $(OBJS)
62
62
63
63
dirlinks ::
64
64
65
- .depend : Makefile $(SRCS )
65
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
66
66
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
67
67
$(Q ) touch $@
68
68
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ $(COBJS): %$(OBJEXT): %.c
58
58
$(BIN ) : $(OBJS )
59
59
$(call ARCHIVE, $@ , $(OBJS ) )
60
60
61
- .depend : Makefile $(SRCS )
61
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
62
62
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
63
63
$(Q ) touch $@
64
64
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ $(COBJS): %$(OBJEXT): %.c
59
59
$(BIN ) : $(OBJS )
60
60
$(call ARCHIVE, $@ , $(OBJS ) )
61
61
62
- .depend : Makefile $(SRCS )
62
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
63
63
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
64
64
$(Q ) touch $@
65
65
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ $(BIN3): $(WRAP_OBJS)
93
93
94
94
$(SYSCALLWRAPS ) : .context
95
95
96
- .depend : Makefile $(SRCS )
96
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
97
97
$(Q ) $(MKDEP ) $(PROXYDEPPATH ) $(STUBDEPPATH ) $(WRAPDEPPATH ) \
98
98
" $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
99
99
$(Q ) touch $@
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ $(COBJS): %$(OBJEXT): %.c
56
56
$(BIN ) : $(OBJS )
57
57
$(call ARCHIVE, $@ , $(OBJS ) )
58
58
59
- .depend : Makefile $(SRCS )
59
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
60
60
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
61
61
$(Q ) touch $@
62
62
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ $(COBJS): %$(OBJEXT): %.c
61
61
$(BIN ) : $(OBJS )
62
62
$(call ARCHIVE, $@ , $(OBJS ) )
63
63
64
- .depend : Makefile $(SRCS )
64
+ .depend : Makefile $(SRCS ) $( TOPDIR )$( DELIM ) .config
65
65
$(Q ) $(MKDEP ) $(DEPPATH ) " $( CC) " -- $(CFLAGS ) -- $(SRCS ) > Make.dep
66
66
$(Q ) touch $@
67
67
You can’t perform that action at this time.
0 commit comments