mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 04:30:35 +08:00
0c0440210b
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5327 42af7a65-404d-4744-a932-0658087f49c3
8 lines
151 B
Makefile
8 lines
151 B
Makefile
if COND_lxdialog
|
|
MAYBE_lxdialog = lxdialog
|
|
endif
|
|
if COND_images
|
|
MAYBE_images = images
|
|
endif
|
|
SUBDIRS = parser $(MAYBE_images) $(MAYBE_lxdialog)
|