From cd7a65ff0cea31a9c8b5bcca0b5ca27f3df33893 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 14 Feb 2023 13:39:14 -0300 Subject: [PATCH] pcireg: Fix UEFI build --- pcireg/Makefile.uefi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcireg/Makefile.uefi b/pcireg/Makefile.uefi index 21f3afa..265f92a 100644 --- a/pcireg/Makefile.uefi +++ b/pcireg/Makefile.uefi @@ -15,7 +15,7 @@ # Copyright 2021 RichardG. # -export OBJS = pcireg.o clib.o +export OBJS = pcireg.o clib_pci.o clib_std.o clib_sys.o clib_term.o export DEST = PCIREG.EFI include ../clib/uefi.mk