From: Masahiro Yamada Date: Mon, 11 Nov 2013 05:36:04 +0000 (+0900) Subject: Makefile: delete unused lines X-Git-Tag: v2025.01-rc5-pxa1908~15614 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=88afda1682537e434469dc26d7ff53a242f6d73e;p=u-boot.git Makefile: delete unused lines Signed-off-by: Masahiro Yamada --- 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/') - ######################################################################### #########################################################################