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

Commit 64b367c

Browse files
author
leo
committed
libefiwrapper: add eraseblk.o to obj list to build
Signed-off-by: leo <[email protected]>
1 parent bacf210 commit 64b367c

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)