summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 1b3565f915..a828061abf 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -39,3 +39,9 @@ obj-$(CONFIG_CMD_PRINTENV) += printenv.o
obj-$(CONFIG_CMD_SAVEENV) += saveenv.o
obj-$(CONFIG_CMD_LOADENV) += loadenv.o
obj-$(CONFIG_CMD_NAND) += nand.o
+obj-$(CONFIG_CMD_TRUE) += true.o
+obj-$(CONFIG_CMD_FALSE) += false.o
+obj-$(CONFIG_CMD_VERSION) += version.o
+obj-$(CONFIG_CMD_HELP) += help.o
+obj-$(CONFIG_CMD_LSMOD) += lsmod.o
+obj-$(CONFIG_CMD_INSMOD) += insmod.o