aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4io_default.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-04-28 01:17:12 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-04-28 01:30:14 +0200
commitf57439b90e23de260259dec051d3e2ead2d61c8c (patch)
tree5cd778d2cf0c9afb2851ab9042bbecc5b742a497 /makefiles/config_px4io_default.mk
parent8040b9b96e8f7c07aa981150c33f850096062f70 (diff)
downloadpx4-firmware-f57439b90e23de260259dec051d3e2ead2d61c8c.tar.gz
px4-firmware-f57439b90e23de260259dec051d3e2ead2d61c8c.tar.bz2
px4-firmware-f57439b90e23de260259dec051d3e2ead2d61c8c.zip
Moved all drivers to new world, PX4IO completely in new world
Diffstat (limited to 'makefiles/config_px4io_default.mk')
-rw-r--r--makefiles/config_px4io_default.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/makefiles/config_px4io_default.mk b/makefiles/config_px4io_default.mk
index dc774fe63..cf70391bc 100644
--- a/makefiles/config_px4io_default.mk
+++ b/makefiles/config_px4io_default.mk
@@ -2,4 +2,9 @@
# Makefile for the px4io_default configuration
#
-# ... nothing here yet
+#
+# Board support modules
+#
+MODULES += drivers/stm32
+MODULES += drivers/boards/px4io
+MODULES += modules/px4iofirmware \ No newline at end of file