Files
PX4-Autopilot/misc/tools/kconfig-frontends/frontends/Makefile.am
T

17 lines
301 B
Makefile

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)