From 9e05689406c83ae3020ca32a6ec6387466209138 Mon Sep 17 00:00:00 2001 From: Christian Eppler Date: Mon, 13 May 2013 16:22:27 +0200 Subject: Implement Kconfig build system Signed-off-by: Christian Eppler --- kconfig-frontends/libs/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kconfig-frontends/libs/Makefile.am (limited to 'kconfig-frontends/libs/Makefile.am') diff --git a/kconfig-frontends/libs/Makefile.am b/kconfig-frontends/libs/Makefile.am new file mode 100644 index 0000000..d4c5973 --- /dev/null +++ b/kconfig-frontends/libs/Makefile.am @@ -0,0 +1,7 @@ +if COND_lxdialog + MAYBE_lxdialog = lxdialog +endif +if COND_images + MAYBE_images = images +endif +SUBDIRS = parser $(MAYBE_images) $(MAYBE_lxdialog) -- cgit v1.2.3