summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2008-11-12 13:06:48 -0600
committerWolfgang Denk <wd@denx.de>2008-12-08 23:18:23 +0100
commit434c51a5e62f608a2a78ed5398ac43a1c77cc183 (patch)
treeb55551dac89b74fb0245f2ce88429ddc8925b0d9 /Makefile
parentcf7a7b99794bac936899819b95539be1dbd71708 (diff)
downloadblackbird-obmc-uboot-434c51a5e62f608a2a78ed5398ac43a1c77cc183.tar.gz
blackbird-obmc-uboot-434c51a5e62f608a2a78ed5398ac43a1c77cc183.zip
Remove unneeded CONFIG_SHELL references
Make should be using the bash shell by default which makes CONFIG_SHELL unnecessary Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 913fd16e11..4dafd2ba17 100644
--- a/Makefile
+++ b/Makefile
@@ -374,8 +374,7 @@ $(U_BOOT_ONENAND): $(ONENAND_IPL) $(obj)u-boot.bin $(obj)include/autoconf.mk
$(VERSION_FILE):
@( printf '#define U_BOOT_VERSION "U-Boot %s%s"\n' "$(U_BOOT_VERSION)" \
- '$(shell $(CONFIG_SHELL) $(TOPDIR)/tools/setlocalversion $(TOPDIR))' \
- ) > $@.tmp
+ '$(shell $(TOPDIR)/tools/setlocalversion $(TOPDIR))' ) > $@.tmp
@cmp -s $@ $@.tmp && rm -f $@.tmp || mv -f $@.tmp $@
$(TIMESTAMP_FILE):
OpenPOWER on IntegriCloud