Home
last modified time | relevance | path

Searched refs:lxdialog (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/scripts/kconfig/
DPOTFILES.in1 scripts/kconfig/lxdialog/checklist.c
2 scripts/kconfig/lxdialog/inputbox.c
3 scripts/kconfig/lxdialog/menubox.c
4 scripts/kconfig/lxdialog/textbox.c
5 scripts/kconfig/lxdialog/util.c
6 scripts/kconfig/lxdialog/yesno.c
DMakefile187 check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
191 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
207 lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o macro
208 lxdialog += lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o
211 mconf-objs := mconf.o zconf.tab.o $(lxdialog)
227 $(addprefix $(obj)/, mconf.o $(lxdialog)): $(obj)/dochecklxdialog
229 $(Q)$(CONFIG_SHELL) $(check-lxdialog) -check $(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTLOADLIBES_mconf)
248 HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
/external/u-boot/scripts/kconfig/lxdialog/
D.gitignore4 lxdialog
Dcheck-lxdialog.sh44 tmp=.lxdialog.tmp
/external/toybox/kconfig/lxdialog/
Dcheck-lxdialog.sh40 tmp=.lxdialog.tmp
/external/toybox/kconfig/
DMakefile69 kconfig/lxdialog/*.c -lcurses -DCURSES_LOC="<ncurses.h>" \