fix typo
authorKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Mon, 20 Mar 2023 09:47:39 +0000 (09:47 +0000)
committerKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Mon, 20 Mar 2023 09:47:39 +0000 (09:47 +0000)
crypto/chacha20/Makefile

index 27c0156d4c6c59475bd3a952ca5066b13f73fb0b..2f9cfb4e6d31c24c29fa53d4659a65103b9a90d8 100644 (file)
@@ -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 $^