mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 12:17:35 +08:00
0c0440210b
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5327 42af7a65-404d-4744-a932-0658087f49c3
8 lines
204 B
Makefile
8 lines
204 B
Makefile
ACLOCAL_AMFLAGS = -I scripts/.autostuff/m4
|
|
MAKEFLAGS = $(SILENT_MAKEFLAGS)
|
|
if COND_utils
|
|
MAYBE_utils = utils
|
|
endif
|
|
SUBDIRS = docs libs frontends scripts $(MAYBE_utils)
|
|
EXTRA_DIST = bootstrap .version
|