diff options
author | Luwei Zhou <b45643@freescale.com> | 2013-08-21 01:14:24 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:24 -0400 |
commit | bd287f1e24e88b5d1a52ee669100b5922f5f5b3e (patch) | |
tree | 1a70c594be7e18a517e3faf51367f05b8f0fb251 | |
parent | 66119974ac69090338bd2a51221b2da47198c858 (diff) |
ENGR00275999 Makefile:Support mma8451 sensor on i.MX6Q/DL SD/AUTO
Add mma8451 in Makefile.
Signed-off-by: Luwei Zhou <b45643@freescale.com>
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index d17d3e64f9f4..bc7dfc032ef7 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -140,6 +140,7 @@ obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o | |||
140 | obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o | 140 | obj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o |
141 | obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o | 141 | obj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o |
142 | obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o | 142 | obj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o |
143 | obj-$(CONFIG_MXC_MMA8451) += mxc_mma8451.o | ||
143 | 144 | ||
144 | obj-$(CONFIG_PMBUS) += pmbus/ | 145 | obj-$(CONFIG_PMBUS) += pmbus/ |
145 | 146 | ||