summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/frontends/Makefile.am
blob: 0badbc8c6d95a4b43c2dedd8d235a33955465e75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)