From 50739c1843d266a7ff26c26284dfec9d77cf80f5 Mon Sep 17 00:00:00 2001 From: px4dev Date: Wed, 20 Feb 2013 21:25:04 -0800 Subject: platform -> board --- makefiles/board_px4io.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 makefiles/board_px4io.mk (limited to 'makefiles/board_px4io.mk') diff --git a/makefiles/board_px4io.mk b/makefiles/board_px4io.mk new file mode 100644 index 000000000..275014aba --- /dev/null +++ b/makefiles/board_px4io.mk @@ -0,0 +1,10 @@ +# +# Platform-specific definitions for the PX4IO +# + +# +# Configure the toolchain +# +CONFIG_ARCH = CORTEXM3 + +include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk -- cgit v1.2.3