diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -192,17 +192,6 @@ CFLAGS += $(CFLAGS_EXTRA) | |||
192 | %.o: %.c | 192 | %.o: %.c |
193 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< | 193 | $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< |
194 | 194 | ||
195 | ifdef _FASTDEP_ALL_SUB_DIRS | ||
196 | fastdep: dummy | ||
197 | $(TOPDIR)scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend | ||
198 | ifdef ALL_SUB_DIRS | ||
199 | $(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)" | ||
200 | endif | ||
201 | |||
202 | $(patsubst %,_sfdep_%,$(_FASTDEP_ALL_SUB_DIRS)): | ||
203 | $(MAKE) -C $(patsubst _sfdep_%,%,$@) fastdep | ||
204 | endif | ||
205 | |||
206 | .PHONY: dummy | 195 | .PHONY: dummy |
207 | 196 | ||
208 | 197 | ||