aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4fmuv2_default.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-04-06 11:16:24 -0700
committerpx4dev <px4@purgatory.org>2013-04-06 11:16:24 -0700
commite5fa9dbcea5defb49506dc60a35e134b3736bbb6 (patch)
treecbe32cb690cde46d7e2ca78d7b9a3a14f8185b24 /makefiles/config_px4fmuv2_default.mk
parentaa369dfef167f0fd1250350dbf73c8208691fd67 (diff)
downloadpx4-firmware-e5fa9dbcea5defb49506dc60a35e134b3736bbb6.tar.gz
px4-firmware-e5fa9dbcea5defb49506dc60a35e134b3736bbb6.tar.bz2
px4-firmware-e5fa9dbcea5defb49506dc60a35e134b3736bbb6.zip
Move the LSM303D driver over into the new world.
Diffstat (limited to 'makefiles/config_px4fmuv2_default.mk')
-rw-r--r--makefiles/config_px4fmuv2_default.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefiles/config_px4fmuv2_default.mk b/makefiles/config_px4fmuv2_default.mk
index 0ea0a9047..374c0cfe9 100644
--- a/makefiles/config_px4fmuv2_default.mk
+++ b/makefiles/config_px4fmuv2_default.mk
@@ -11,6 +11,7 @@ ROMFS_ROOT = $(PX4_BASE)/ROMFS/$(CONFIG)
# Board support modules
#
MODULES += device/rgbled
+MODULES += device/lsm303d
#
# Transitional support - add commands from the NuttX export archive.