aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4fmuv2_default.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-04-06 01:00:07 -0700
committerpx4dev <px4@purgatory.org>2013-04-06 01:00:07 -0700
commitc558ad15abaab45ba1810f0f990f8ece87bed501 (patch)
tree86c07a6389e8cd48d4a29808dce0b97d8b69575d /makefiles/config_px4fmuv2_default.mk
parentc1f6f81e9d964f464cc474b36ce0b0b2935f1ab8 (diff)
downloadpx4-firmware-c558ad15abaab45ba1810f0f990f8ece87bed501.tar.gz
px4-firmware-c558ad15abaab45ba1810f0f990f8ece87bed501.tar.bz2
px4-firmware-c558ad15abaab45ba1810f0f990f8ece87bed501.zip
Add the RGB LED driver as an example.
Diffstat (limited to 'makefiles/config_px4fmuv2_default.mk')
-rw-r--r--makefiles/config_px4fmuv2_default.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefiles/config_px4fmuv2_default.mk b/makefiles/config_px4fmuv2_default.mk
index 2f104a5e4..0ea0a9047 100644
--- a/makefiles/config_px4fmuv2_default.mk
+++ b/makefiles/config_px4fmuv2_default.mk
@@ -8,6 +8,11 @@
ROMFS_ROOT = $(PX4_BASE)/ROMFS/$(CONFIG)
#
+# Board support modules
+#
+MODULES += device/rgbled
+
+#
# Transitional support - add commands from the NuttX export archive.
#
# In general, these should move to modules over time.