summaryrefslogtreecommitdiff
path: root/driver/fingerprint/fpc/libfp/build.mk
blob: f22700f30910d014ceec82a420a404c2a92a33ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2019 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# FPC libfp source files build

# Note that this variable includes the trailing "/"
libfp_cur_dir:=$(dir $(lastword $(MAKEFILE_LIST)))

# Make sure output directory is created (in build directory)
dirs-y+="$(libfp_cur_dir)"

# Only build for these objects for the RW image
all-obj-rw+=$(libfp_cur_dir)fpc_sensor_pal.o \
			$(libfp_cur_dir)fpc_private.o