diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2015-02-24 08:58:50 +0800 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-26 16:33:29 +1100 |
commit | 4ddba54145f2c6056cc0236774429825f5ba84d9 (patch) | |
tree | 586d1c41631821d3133d102bf65bf7eab67baac2 /external | |
parent | 0a8baf26a55729c86ea84c1068d469d2a2e1c8e1 (diff) | |
download | skiboot-4ddba54145f2c6056cc0236774429825f5ba84d9.zip skiboot-4ddba54145f2c6056cc0236774429825f5ba84d9.tar.gz skiboot-4ddba54145f2c6056cc0236774429825f5ba84d9.tar.bz2 |
external/pflash: libflash needs ecc.o
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Reviewed-By: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/pflash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |