mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 02:17:35 +08:00
0c0440210b
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5327 42af7a65-404d-4744-a932-0658087f49c3
17 lines
301 B
Makefile
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)
|