summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/frontends/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tools/kconfig-frontends/frontends/Makefile.am')
-rw-r--r--misc/tools/kconfig-frontends/frontends/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/tools/kconfig-frontends/frontends/Makefile.am b/misc/tools/kconfig-frontends/frontends/Makefile.am
new file mode 100644
index 000000000..0badbc8c6
--- /dev/null
+++ b/misc/tools/kconfig-frontends/frontends/Makefile.am
@@ -0,0 +1,16 @@
+if COND_conf
+ MAYBE_conf = conf
+endif
+if COND_mconf
+ MAYBE_mconf = mconf
+endif
+if COND_nconf
+ MAYBE_nconf = nconf
+endif
+if COND_gconf
+ MAYBE_gconf = gconf
+endif
+if COND_qconf
+ MAYBE_qconf = qconf
+endif
+SUBDIRS = $(MAYBE_conf) $(MAYBE_mconf) $(MAYBE_nconf) $(MAYBE_gconf) $(MAYBE_qconf)