aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/slippy/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/slippy/Makefile.inc')
-rw-r--r--src/mainboard/google/slippy/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/Makefile.inc b/src/mainboard/google/slippy/Makefile.inc
index 67b82e5e86..6e3ddb6e32 100644
--- a/src/mainboard/google/slippy/Makefile.inc
+++ b/src/mainboard/google/slippy/Makefile.inc
@@ -35,7 +35,7 @@ SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/$(f).spd.
# Include spd rom data
$(SPD_BIN): $(SPD_DEPS)
- for f in $^; \
+ for f in $+; \
do for c in $$(cat $$f | grep -v ^#); \
do echo -e -n "\\x$$c"; \
done; \