Commit a0436165 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Chris Ball
Browse files

mmc-utils: make use of dependency information generated by gcc



While these dependency information was generated from the start of mmc-utils
it was never used.

Using these informations results in mmc being rebuild when e.g. mmc.h
was touched.
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarChris Ball <chris@printf.net>
parent d8cf8d34
...@@ -52,4 +52,6 @@ install: $(progs) install-man ...@@ -52,4 +52,6 @@ install: $(progs) install-man
$(INSTALL) -m755 -d $(DESTDIR)$(bindir) $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
$(INSTALL) $(progs) $(DESTDIR)$(bindir) $(INSTALL) $(progs) $(DESTDIR)$(bindir)
-include $(foreach obj,$(objects), $(dir $(obj))/.$(notdir $(obj)).d)
.PHONY: all clean install manpages install-man .PHONY: all clean install manpages install-man
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment