aboutsummaryrefslogtreecommitdiff
path: root/makefiles/firmware.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-16 22:44:27 -0800
committerpx4dev <px4@purgatory.org>2013-02-23 22:00:59 -0800
commit963621c1f34ce3ed7fd43c9943a0841404431d89 (patch)
tree6b5bafe43983e259793c282e107ead32b7daf6b1 /makefiles/firmware.mk
parent8440e4f70907e87661e295f1585208620d68b84e (diff)
downloadpx4-firmware-963621c1f34ce3ed7fd43c9943a0841404431d89.tar.gz
px4-firmware-963621c1f34ce3ed7fd43c9943a0841404431d89.tar.bz2
px4-firmware-963621c1f34ce3ed7fd43c9943a0841404431d89.zip
Rename makefiles to help categorise them.
Diffstat (limited to 'makefiles/firmware.mk')
-rw-r--r--makefiles/firmware.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/firmware.mk b/makefiles/firmware.mk
index cde646036..338bda8d3 100644
--- a/makefiles/firmware.mk
+++ b/makefiles/firmware.mk
@@ -84,7 +84,7 @@ $(error At least one of the PLATFORM or CONFIG variables must be set before incl
endif
PLATFORM := $(firstword $(subst _, ,$(CONFIG)))
endif
-include $(PX4_MK_INCLUDE)/$(PLATFORM).mk
+include $(PX4_MK_INCLUDE)/platform_$(PLATFORM).mk
#
# Makefile debugging.