aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-04-06 00:04:59 -0700
committerpx4dev <px4@purgatory.org>2013-04-06 00:04:59 -0700
commit2e5809d051121cbb73d92bf98be0a2952f1dbd2e (patch)
treee7ffbbc72beca1c21b4d7f0ac56afa533097f322 /Makefile
parent976f1334efbb1218a0cd5af6e9f1d344b067eb13 (diff)
downloadpx4-firmware-2e5809d051121cbb73d92bf98be0a2952f1dbd2e.tar.gz
px4-firmware-2e5809d051121cbb73d92bf98be0a2952f1dbd2e.tar.bz2
px4-firmware-2e5809d051121cbb73d92bf98be0a2952f1dbd2e.zip
Fix the remaining pieces so that we can build a firmware image for FMUv2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e87513e78..0b8a65d94 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ CONFIGS ?= $(subst config_,,$(basename $(notdir $(wildcard $(PX4_MK_DIR)config
#
# Boards that we build NuttX export kits for.
#
-BOARDS = px4fmu px4io
+BOARDS := $(subst board_,,$(basename $(notdir $(wildcard $(PX4_MK_DIR)board_*.mk))))
#
# Debugging