summaryrefslogtreecommitdiff
path: root/config/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.mk')
-rw-r--r--config/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.mk b/config/config.mk
index f56ebde..c0247b1 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -164,7 +164,7 @@ config.gen/cc.in: $(CC_CONFIG_FILES)
$(call build_gen_choice_in,$@,C compiler,CC,config/cc,,$(CCS))
config.gen/libc.in: $(LIBC_CONFIG_FILES)
- $(call build_gen_choice_in,$@,C library,LIBC,config/libc,,$(LIBCS))
+ $(call build_gen_choice_in,$@,C library,LIBC,config/libc,Y,$(LIBCS))
config.gen/debug.in: $(DEBUG_CONFIG_FILES)
$(call build_gen_menu_in,$@,Debug,DEBUG,config/debug,$(DEBUGS))