From b80575fcff926fb819adeb1760632586c19cf719 Mon Sep 17 00:00:00 2001 From: px4dev Date: Sat, 5 Jan 2013 21:46:50 -0800 Subject: Break up the firmware build into a 'make export' phase for NuttX on a per-board basis, and then a separate per-config phase that allows us to avoid re-building NuttX all the time, and ship more than one firmware config for a given board. This is a first cut; it builds one firmware for each of FMU and IO. --- makefiles/px4fmu.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 makefiles/px4fmu.mk (limited to 'makefiles/px4fmu.mk') diff --git a/makefiles/px4fmu.mk b/makefiles/px4fmu.mk new file mode 100644 index 000000000..75833de9f --- /dev/null +++ b/makefiles/px4fmu.mk @@ -0,0 +1,10 @@ +# +# Platform-specific definitions for the PX4FMU +# + +# +# Configure the toolchain +# +CONFIG_ARCH = CORTEXM4F + +include $(PX4_MK_INCLUDE)/gnu-arm-eabi.mk -- cgit v1.2.3