summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2015-05-30 23:13:48 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2015-06-04 19:01:42 +0200
commit93af2f271d8448dd99c52b9eb0aeeb1ac9c2e87d (patch)
tree9baaf31e8127db4299046b5c53017491adb057de /Makefile.inc
parent7b9762fe20c29b5bc7e2054913c0b323b759d123 (diff)
downloadcoreboot-93af2f271d8448dd99c52b9eb0aeeb1ac9c2e87d.tar.gz
coreboot-93af2f271d8448dd99c52b9eb0aeeb1ac9c2e87d.tar.bz2
coreboot-93af2f271d8448dd99c52b9eb0aeeb1ac9c2e87d.zip
board_id: Remove extra quotes.
Kconfig already quotes the string. Double quoting actually removes the quoting. Change-Id: I927d90dc2ce8af4e8d2d700d2bb3e04254459e1b Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/10382 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index d5ef301ade43..3e28709e45c2 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -639,7 +639,7 @@ board_id-file := $(obj)/board_id
board_id-type := raw
$(obj)/board_id:
- printf "$(CONFIG_BOARD_ID_STRING)" > $@
+ printf $(CONFIG_BOARD_ID_STRING) > $@
JENKINS_PAYLOAD=none
what-jenkins-does: