From 56a07fbab9bdabc562d88706067ce53f7025a660 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Sun, 24 Jul 2016 17:27:26 -0600 Subject: menuselect: Various menuselect enhancements * Add 'external' as a support level. * Add ability for module directories to add entries to the menu by adding members to the /.xml file. * Expand the description field to 3 lines in the ncurses implementation. * Allow the description field to wrap in the newt implementation. * Add description field to the gtk implementation. Change-Id: I7f9600a1984a42ce0696db574c1051bc9ad7c808 (cherry picked from commit 90f445729d5d86050d9d379485ff0a99f4a006c1) --- Makefile.moddir_rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.moddir_rules') diff --git a/Makefile.moddir_rules b/Makefile.moddir_rules index 7f1c8c843..d508606db 100644 --- a/Makefile.moddir_rules +++ b/Makefile.moddir_rules @@ -142,7 +142,7 @@ dist-clean:: $(AWK) -f $(ASTTOPDIR)/build_tools/get_moduleinfo $^ >> $@ echo "" >> $@ -.moduleinfo:: $(addsuffix .moduleinfo,$(addprefix .,$(sort $(ALL_C_MODS) $(ALL_CC_MODS)))) +.moduleinfo:: $(addsuffix .moduleinfo,$(addprefix .,$(sort $(ALL_C_MODS) $(ALL_CC_MODS)))) $(wildcard $(call tolower,$(MENUSELECT_CATEGORY)).xml) @echo "" > $@ @cat $^ >> $@ @echo "" >> $@ -- cgit v1.2.3