diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-01-29 13:53:04 +0800 |
---|---|---|
committer | Frank Li <Frank.Li@freescale.com> | 2015-02-04 21:53:31 +0800 |
commit | 19d698109fd136586b292430989e0f6edb723db6 (patch) | |
tree | 154927f32356a3fdc4e922dfc156fed584edf9c2 /drivers | |
parent | d31b4fcc6175b1bc9a2cf672678da212b133af17 (diff) | |
download | u-boot-imx-19d698109fd136586b292430989e0f6edb723db6.zip u-boot-imx-19d698109fd136586b292430989e0f6edb723db6.tar.gz u-boot-imx-19d698109fd136586b292430989e0f6edb723db6.tar.bz2 |
MLK-10178-7 imx:wdog add imx7 support
Add mx7 in driver/watchdog/Makefile to support watchdog driver for imx7
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/watchdog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 06ced10..9755c79 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -7,7 +7,7 @@ obj-$(CONFIG_AT91SAM9_WATCHDOG) += at91sam9_wdt.o obj-$(CONFIG_FTWDT010_WATCHDOG) += ftwdt010_wdt.o -ifneq (,$(filter $(SOC), mx31 mx35 mx5 mx6 vf610)) +ifneq (,$(filter $(SOC), mx31 mx35 mx5 mx6 mx7 vf610)) obj-y += imx_watchdog.o endif obj-$(CONFIG_TNETV107X_WATCHDOG) += tnetv107x_wdt.o |