summaryrefslogtreecommitdiff
path: root/extra/config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/config/Makefile')
-rw-r--r--extra/config/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/config/Makefile b/extra/config/Makefile
index 2a700be51..b27f77cc1 100644
--- a/extra/config/Makefile
+++ b/extra/config/Makefile
@@ -7,6 +7,10 @@ include $(top_builddir)Rules.mak
include Makefile.kconfig
+ifeq ($(findstring mconf,$(MAKECMDGOALS)),mconf)
+hostprogs-y += mconf
+endif
+
-include .depend
.depend: $(wildcard *.h *.c)
$(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTCFLAGS) -MM *.c > .depend 2>/dev/null || :
@@ -30,7 +34,7 @@ $(obj)/%:: $(src)/%_shipped
$(Q)cat $< > $@
clean:
- $(Q)rm -f $(clean-files)
+ $(Q)rm -f $(clean-files) conf
distclean: clean
$(Q)rm -f $(lxdialog) $(conf-objs) $(mconf-objs) $(kxgettext-objs) \
$(hostprogs-y) $(qconf-cxxobjs) $(qconf-objs) $(gconf-objs)