summaryrefslogtreecommitdiff
path: root/common/spi/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common/spi/build.mk')
-rw-r--r--common/spi/build.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/spi/build.mk b/common/spi/build.mk
new file mode 100644
index 0000000000..ad5c728db7
--- /dev/null
+++ b/common/spi/build.mk
@@ -0,0 +1,8 @@
+# -*- makefile -*-
+# Copyright 2022 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
+
+include $(SELF_DIR)flash_reg/build.mk