summaryrefslogtreecommitdiffstats
path: root/src/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/Makefile')
-rw-r--r--src/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/Makefile b/src/build/Makefile
index a8725068..607ead7b 100644
--- a/src/build/Makefile
+++ b/src/build/Makefile
@@ -178,7 +178,7 @@ install: all tar
tar:
@cp $(IMG_DIR)/sbe_seeprom_DD1.bin $(IMG_DIR)/sbe_seeprom.bin || true
- @cp $(IMG_DIR)/$(SBE_SYMBOLS_NAME) $(IMG_DIR)/sbeStringFile || true
+ @cp $(IMG_DIR)/$(SBE_STRINGFILE_NAME) $(IMG_DIR)/sbeStringFile || true
@echo "Installing simics.tar"
@rm -rf $(TAR_OBJDIR)
@mkdir $(TAR_OBJDIR)
OpenPOWER on IntegriCloud