summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-06-24 12:56:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-30 16:53:59 +0200
commit814bc438ce77790bfd1a51b206afd528bc6cf7e0 (patch)
tree6a4b3adbea3569eee7b97275fea500e7bc496021 /commands/Makefile
parenta6e358b2f5b219fda18a7bc9348cb969043c19d5 (diff)
downloadbarebox-814bc438ce77790bfd1a51b206afd528bc6cf7e0.tar.gz
barebox-814bc438ce77790bfd1a51b206afd528bc6cf7e0.tar.xz
Add basename command
The basename command allows to set an environment variable with the basename of a path. 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..6c0f2f9572 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -66,3 +66,4 @@ obj-$(CONFIG_CMD_IOMEM) += iomem.o
obj-$(CONFIG_CMD_LINUX_EXEC) += linux_exec.o
obj-$(CONFIG_CMD_AUTOMOUNT) += automount.o
obj-$(CONFIG_CMD_GLOBAL) += global.o
+obj-$(CONFIG_CMD_BASENAME) += basename.o