From 64a43627a20b96b7e2dfff269c9edf01d41f86bb Mon Sep 17 00:00:00 2001 From: Hidetaka Takano Date: Wed, 5 Apr 2017 19:53:54 +0900 Subject: [PATCH] Fixed gconfig target. --- Makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.unix b/Makefile.unix index 220740c5bd..d816947a38 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -498,7 +498,7 @@ do_qconfig: dirlinks apps_preconfig qconfig: do_qconfig clean_context -gconfig: dirlinks apps_preconfig +do_gconfig: dirlinks apps_preconfig $(Q) APPSDIR=${CONFIG_APPS_DIR} kconfig-gconf Kconfig gconfig: do_gconfig clean_context