summaryrefslogtreecommitdiff
path: root/driver/fingerprint/fpc/bep/build.mk
blob: ac5879a91395cd3d72c1baffb10d7869a5c12b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 BEP source files build

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

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

# Only build for these objects for the RW image
all-obj-rw+=$(_bep_cur_dir)fpc_misc.o \
	$(_bep_cur_dir)fpc_private.o \
	$(_bep_cur_dir)fpc_sensor_spi.o \
	$(_bep_cur_dir)fpc_timebase.o