summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/g/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index f4d71a3df3..f1ec4cc03f 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -215,7 +215,7 @@ HEX_NAME := $(shell printf "$(BOARD)" | /usr/bin/awk -F_ ' \
{if (NF == 2) \
{ printf($$1" "toupper($$2)) } \
else \
- { printf } \
+ { printf($$0) } \
}' | xxd -ps)
# This many zeros in the tag field need to be replaced.
HEX_LEN := $(shell printf $(HEX_NAME) | wc -c)