summaryrefslogtreecommitdiff
path: root/util/signer/build.mk
blob: 7e7db389976d3c87caef04b72142df925b3e3f32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- makefile -*-
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Lock library
#

signer_LIBS := -lcrypto
signer_ROOT := util/signer
SIGNER_DEPS := $(addprefix $(signer_ROOT)/, codesigner.cc \
	publickey.cc publickey.h signed_header.h)

$(out)/util/signer: $(SIGNER_DEPS)
	$(call quiet,cxx_to_host,HOSTCXX)