summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 7b1bd89a7c..776a2019ea 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -16,4 +16,5 @@ obj-$(CONFIG_CMD_RESET) += reset.o
obj-$(CONFIG_CMD_GO) += go.o
obj-$(CONFIG_CMD_ENVIRONMENT) += environment.o
obj-y += fs.o
-obj-$(CONFIG_NET) += net.o \ No newline at end of file
+obj-$(CONFIG_NET) += net.o
+obj-$(CONFIG_CMD_PARTITION) += partition.o