summaryrefslogtreecommitdiffstats
path: root/drivers/aiodev/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-05-16 09:46:01 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2016-05-18 07:48:13 +0200
commitf7c9c149e5c7cde467ceba3b471b6834972e28a3 (patch)
treef1ea6e7d3dcedee2cbfa2d36e2626e8a6125d099 /drivers/aiodev/Makefile
parentccebda1d4cc56eacf1663cb6693e43369332d939 (diff)
downloadbarebox-f7c9c149e5c7cde467ceba3b471b6834972e28a3.tar.gz
barebox-f7c9c149e5c7cde467ceba3b471b6834972e28a3.tar.xz
aiodev: Add basic LM75 temperature driver
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/aiodev/Makefile')
-rw-r--r--drivers/aiodev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/aiodev/Makefile b/drivers/aiodev/Makefile
index 5480a8a94c..c3d2b081a9 100644
--- a/drivers/aiodev/Makefile
+++ b/drivers/aiodev/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_AIODEV) += core.o
obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
+obj-$(CONFIG_LM75) += lm75.o