summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5f5b7066..abbb343b 100644
--- a/Makefile
+++ b/Makefile
@@ -447,10 +447,10 @@ $(info building with libflashrom support)
FLASHROM_LIBS := $(shell ${PKG_CONFIG} --libs flashrom)
COMMONLIB_SRCS = \
host/lib/flashrom.c \
- host/lib/flashrom_drv.c \
- host/lib/subprocess.c
+ host/lib/flashrom_drv.c
CFLAGS += -DUSE_FLASHROM
endif
+COMMONLIB_SRCS += host/lib/subprocess.c
# Intermediate library for the vboot_reference utilities to link against.
UTILLIB = ${BUILD}/libvboot_util.a