aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-22 08:12:53 -0400
committerTom Rini <trini@konsulko.com>2022-04-22 08:12:53 -0400
commit759a89924b8c5eb4ee776d03d948c80e3d104a9e (patch)
treedeee4e1f20b67c8a49f8faab895e315d71c43dfa /drivers/watchdog/Makefile
parent6e2af641e4bfed24d3edd8519dd40ec397361b4e (diff)
parente885d09dd0935c7afdb79ed108943e837414d459 (diff)
downloadu-boot-759a89924b8c5eb4ee776d03d948c80e3d104a9e.zip
u-boot-759a89924b8c5eb4ee776d03d948c80e3d104a9e.tar.gz
u-boot-759a89924b8c5eb4ee776d03d948c80e3d104a9e.tar.bz2
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-watchdog
- device-tree-bindings: watchdog: document common properties (Philippe) - nuvoton: Add support for Nuvoton (Jim)
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index a35bd55..1089cd2 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -31,6 +31,7 @@ obj-$(CONFIG_WDT_MPC8xx) += mpc8xx_wdt.o
obj-$(CONFIG_WDT_MT7620) += mt7620_wdt.o
obj-$(CONFIG_WDT_MT7621) += mt7621_wdt.o
obj-$(CONFIG_WDT_MTK) += mtk_wdt.o
+obj-$(CONFIG_WDT_NPCM) += npcm_wdt.o
obj-$(CONFIG_WDT_OCTEONTX) += octeontx_wdt.o
obj-$(CONFIG_WDT_OMAP3) += omap_wdt.o
obj-$(CONFIG_WDT_SBSA) += sbsa_gwdt.o