summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorcgsfv <cgsfv@users.noreply.github.com>2019-03-19 23:33:21 +0100
committercgsfv <cgsfv@users.noreply.github.com>2019-03-19 23:33:21 +0100
commit89df2ba74486c947b345494aecd96e51ff78497d (patch)
treeb022fa1a6fbe3bc68a5a4b42ff3f9e36fe2f0105 /scripts
parent1631c82bd9d458b532ce79e15b9c3950e6706747 (diff)
Missed one search and replace
Diffstat (limited to 'scripts')
-rw-r--r--scripts/standalone.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/standalone.mk b/scripts/standalone.mk
index 296d1ff..8098122 100644
--- a/scripts/standalone.mk
+++ b/scripts/standalone.mk
@@ -155,7 +155,7 @@ $(PROGRAM_ELF): \
# Use elf2hex if we're creating a hex file for RTL simulation
ifneq ($(filter rtl,$(TARGET_TAGS)),)
.PHONY: software
-$(PROGRAM_RTL): \
+$(PROGRAM_HEX): \
scripts/elf2hex/install/bin/$(CROSS_COMPILE)-elf2hex \
$(PROGRAM_ELF)
$< --output $@ --input $(PROGRAM_ELF) --bit-width $(COREIP_MEM_WIDTH)