summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:36:04 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:33 -0500
commit88afda1682537e434469dc26d7ff53a242f6d73e (patch)
treec358403f475e38a65850ae213818cb115250573e /Makefile
parente2e1f3ca391b7ad8bbe4407b2edf5ee2778892c5 (diff)
downloadblackbird-obmc-uboot-88afda1682537e434469dc26d7ff53a242f6d73e.tar.gz
blackbird-obmc-uboot-88afda1682537e434469dc26d7ff53a242f6d73e.zip
Makefile: delete unused lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e28878bf8d..5ad2bd733e 100644
--- a/Makefile
+++ b/Makefile
@@ -784,12 +784,6 @@ sinclude $(obj).boards.depend
$(obj).boards.depend: boards.cfg
@awk '(NF && $$1 !~ /^#/) { print $$7 ": " $$7 "_config; $$(MAKE)" }' $< > $@
-#
-# Functions to generate common board directory names
-#
-lcname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\L\1/')
-ucname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\U\1/')
-
#########################################################################
#########################################################################
OpenPOWER on IntegriCloud