summaryrefslogtreecommitdiff
path: root/driver/fingerprint/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'driver/fingerprint/build.mk')
-rw-r--r--driver/fingerprint/build.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/driver/fingerprint/build.mk b/driver/fingerprint/build.mk
new file mode 100644
index 0000000000..862fa29914
--- /dev/null
+++ b/driver/fingerprint/build.mk
@@ -0,0 +1,10 @@
+# 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.
+
+# Build fingerprint drivers
+
+# Note that this variable includes the trailing "/"
+_fingerprint_cur_dir:=$(dir $(lastword $(MAKEFILE_LIST)))
+
+include $(_fingerprint_cur_dir)fpc/build.mk