summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 154a778f9c..ca30b5f44d 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -51,3 +51,5 @@ obj-$(CONFIG_CMD_UNLZO) += unlzo.o
obj-$(CONFIG_CMD_I2C) += i2c.o
obj-$(CONFIG_CMD_UBI) += ubi.o
obj-$(CONFIG_CMD_MENU) += menu.o
+obj-$(CONFIG_CMD_PASSWD) += passwd.o
+obj-$(CONFIG_CMD_LOGIN) += login.o