aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hmc5883/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/hmc5883/module.mk')
-rw-r--r--src/drivers/hmc5883/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/hmc5883/module.mk b/src/drivers/hmc5883/module.mk
index be2ee7276..d4028b511 100644
--- a/src/drivers/hmc5883/module.mk
+++ b/src/drivers/hmc5883/module.mk
@@ -1,6 +1,6 @@
############################################################################
#
-# Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
+# Copyright (c) 2012-2015 PX4 Development Team. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -37,7 +37,7 @@
MODULE_COMMAND = hmc5883
-SRCS = hmc5883.cpp
+SRCS = hmc5883_i2c.cpp hmc5883_spi.cpp hmc5883.cpp
MODULE_STACKSIZE = 1200