[Skiboot] [PATCH 4/4] external/pflash: libflash needs ecc.o
Jeremy Kerr
jk at ozlabs.org
Tue Feb 24 11:58:50 AEDT 2015
Signed-off-by: Jeremy Kerr <jk at ozlabs.org>
---
external/pflash/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/pflash/Makefile b/external/pflash/Makefile
index 59db535..c28e359 100644
--- a/external/pflash/Makefile
+++ b/external/pflash/Makefile
@@ -14,7 +14,7 @@ endif
CFLAGS = -O2 -Wall -I.
LDFLAGS = -lrt
OBJS = pflash.o progress.o ast-sf-ctrl.o
-OBJS += libflash/libflash.o libflash/libffs.o
+OBJS += libflash/libflash.o libflash/libffs.o libflash/ecc.o
OBJS += $(ARCH_OBJS)
EXE = pflash
More information about the Skiboot
mailing list