From: Konstantinos Margaritis Date: Mon, 20 Mar 2023 09:47:39 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90f5e5f3e65b1440bb47e33b8999ed5cbc773680;p=openpower-isa.git fix typo --- diff --git a/crypto/chacha20/Makefile b/crypto/chacha20/Makefile index 27c0156d..2f9cfb4e 100644 --- a/crypto/chacha20/Makefile +++ b/crypto/chacha20/Makefile @@ -25,7 +25,7 @@ INCLUDES := $(wildcard $(SRCDIR)/*.h)) SVP64OBJECTS := $(ASFILES:$(SRCDIR)/%.s=$(SRCDIR)/%.o) OBJECTS := $(CFILES:$(SRCDIR)/%.c=$(SRCDIR)/%.o) BINFILES := $(BINDIR)/xchacha_hchacha20_svp64.bin $(BINDIR)/xchacha_encrypt_bytes_svp64.bin -ELFFILES := $(BINDIR)/xchacha_hchacha20_svp64.bin $(BINDIR)/xchacha_encrypt_bytes_svp64.bin +ELFFILES := $(BINDIR)/xchacha_hchacha20_svp64.elf $(BINDIR)/xchacha_encrypt_bytes_svp64.elf $(BINDIR)/%.elf: $(SRCDIR)/%.o $(CROSSLD) -EL -o $@ -T memmap $^