summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-06-27 16:30:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-29 15:16:34 +0200
commit2928591eab21eb6bf4a085f5f19bf87c21ee7866 (patch)
tree100ff3787f434c0cc38da6c1d6ee53d7ddc89466 /commands/Makefile
parentfd4c51aa28acfd61e1802cb5ab1197d808e7da82 (diff)
downloadbarebox-2928591eab21eb6bf4a085f5f19bf87c21ee7866.tar.gz
barebox-2928591eab21eb6bf4a085f5f19bf87c21ee7866.tar.xz
Add a simple watchdog framework
This patch adds a simple wd command which can setup, trigger and stop a watchdog on the platform. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 4c8a0a9595..942fbadd8f 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -57,6 +57,7 @@ obj-$(CONFIG_CMD_MENU) += menu.o
obj-$(CONFIG_CMD_PASSWD) += passwd.o
obj-$(CONFIG_CMD_LOGIN) += login.o
obj-$(CONFIG_CMD_LED) += led.o
+obj-$(CONFIG_CMD_WD) += wd.o
obj-$(CONFIG_CMD_LED_TRIGGER) += trigger.o
obj-$(CONFIG_CMD_USB) += usb.o
obj-$(CONFIG_CMD_TIME) += time.o