summaryrefslogtreecommitdiff
path: root/driver/fingerprint/fpc/libfp/build.mk
blob: 3fabab38e9b908eba527f3781644b0802f48c53e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2019 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.

# 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