From 160e0ac938d2b4444241e4c2c45666195ff89ef8 Mon Sep 17 00:00:00 2001 From: bzt Date: Sun, 31 Jul 2022 15:00:36 +0000 Subject: [PATCH] Moved EXTRA too --- uefi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi/Makefile b/uefi/Makefile index 0d76fad..462c221 100644 --- a/uefi/Makefile +++ b/uefi/Makefile @@ -70,7 +70,7 @@ else ALLTARGETS = uefi/crt_$(ARCH).o uefi/libuefi.a $(OBJS) $(TARGET) endif -all: $(OUTDIR) $(ALSO) $(ALLTARGETS) $(EXTRA) +all: $(OUTDIR) $(ALSO) $(EXTRA) $(ALLTARGETS) ifneq ($(OUTDIR),) $(OUTDIR):