Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit e074c6d

Browse files
libefiwrapper/Makefile: add the missing eraseblk.o
Signed-off-by: Jeremy Compostella <[email protected]>
1 parent 95f0329 commit e074c6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libefiwrapper/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ OBJS := ewvar.o \
2424
ewacpi.o \
2525
ewarg.o \
2626
sdio.o \
27-
ewlib.o
27+
ewlib.o \
28+
eraseblk.o
2829

2930
$(EW_LIB): $(OBJS)
3031
$(AR) rcs $@ $^

0 commit comments

Comments
 (0)