Because we no longer only target the xserver with the qt frontend of kconfig and due to the name beeing inconsistent with the other makefile targets an additional qconfig target is added. Signed-off-by: David Graeff <david.graeff@xxxxxx> diff --git a/scripts/kconfig/qconfig/Makefile b/scripts/kconfig/qconfig/Makefile index d2e6463..ad1af34 100644 --- a/scripts/kconfig/qconfig/Makefile +++ b/scripts/kconfig/qconfig/Makefile @@ -2,11 +2,14 @@ # Kernel configuration targets # These targets are used from kconfig top-level makefile -PHONY += xconfig +PHONY += xconfig qconfig xconfig: $(obj)/qconf $< $(Kconfig) +qconfig: $(obj)/qconf + $< $(Kconfig) + # =========================================================================== # qconf: Used for the xconfig/qconfig target # Based on Qt4+ which needs to be installed to compile it -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html