Browse Source

PX4 makefile: 'make configure_px4fmu' on px4 source before build

Pull Request #37
Ammended: squashed fixups down into a single commit

Signed-off-by: Pat Hickey <pat@moreproductive.org>
master
Chris Gough 12 years ago committed by Pat Hickey
parent
commit
76ebcb9980
  1. 1
      mk/px4_targets.mk

1
mk/px4_targets.mk

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
ifneq ($(PX4_ROOT),)
px4:
make -C $(PX4_ROOT) configure_px4fmu
make -C $(PX4_ROOT) EXTERNAL_APPS=$(PWD)
px4-clean: clean

Loading…
Cancel
Save