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_default.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 makefiles/px4fmu_default.mk (limited to 'makefiles/px4fmu_default.mk') diff --git a/makefiles/px4fmu_default.mk b/makefiles/px4fmu_default.mk new file mode 100644 index 000000000..6e78126ff --- /dev/null +++ b/makefiles/px4fmu_default.mk @@ -0,0 +1,7 @@ +# +# Makefile for the px4fmu_default configuration +# + +SRCS = $(PX4BASE)/platforms/empty.c + +include $(PX4BASE)/makefiles/firmware.mk -- cgit v1.2.3