From ccebda1d4cc56eacf1663cb6693e43369332d939 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 16 May 2016 09:46:00 -0700 Subject: aiodev: Add TEMPMON driver Port TEMPMON driver from U-Boot Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- drivers/aiodev/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/aiodev/Makefile') diff --git a/drivers/aiodev/Makefile b/drivers/aiodev/Makefile index 806464ed69..5480a8a94c 100644 --- a/drivers/aiodev/Makefile +++ b/drivers/aiodev/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_AIODEV) += core.o +obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o -- cgit v1.2.3