From 8c0f3e10a7c9a0ac8041b203a9147d1d2938038f Mon Sep 17 00:00:00 2001 From: Fletcher Woodruff Date: Thu, 3 Jan 2019 14:22:52 -0700 Subject: Add cgpt_find to libvboothost Includes cgpt_find.c and some dependencies in the make rule for libvboothost so that they can be used by the new C++ clobber-state. BUG=chromium:884520 TEST=vboothost successfully builds BRANCH=none Change-Id: I4cedd7625c8dd905b4391de39477f42ad0dc4902 Reviewed-on: https://chromium-review.googlesource.com/1395811 Commit-Ready: Fletcher Woodruff Tested-by: Fletcher Woodruff Reviewed-by: Hung-Te Lin Reviewed-by: Mike Frysinger --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 663e68fd..4fa4423f 100644 --- a/Makefile +++ b/Makefile @@ -498,7 +498,10 @@ HOSTLIB_SRCS = \ cgpt/cgpt_common.c \ cgpt/cgpt_create.c \ cgpt/cgpt_edit.c \ + cgpt/cgpt_find.c \ + cgpt/cgpt_nor.c \ cgpt/cgpt_prioritize.c \ + cgpt/cgpt_show.c \ firmware/2lib/2common.c \ firmware/2lib/2crc8.c \ firmware/2lib/2hmac.c \ -- cgit v1.2.1