summaryrefslogtreecommitdiff
path: root/src/mainboard/google/nyan_blaze/bct/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/nyan_blaze/bct/Makefile.mk')
-rw-r--r--src/mainboard/google/nyan_blaze/bct/Makefile.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/google/nyan_blaze/bct/Makefile.mk b/src/mainboard/google/nyan_blaze/bct/Makefile.mk
new file mode 100644
index 0000000000..02f32a59bd
--- /dev/null
+++ b/src/mainboard/google/nyan_blaze/bct/Makefile.mk
@@ -0,0 +1,9 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+bct-cfg-$(CONFIG_NYAN_BLAZE_BCT_CFG_EMMC) += emmc.cfg
+bct-cfg-$(CONFIG_NYAN_BLAZE_BCT_CFG_SPI) += spi.cfg
+bct-cfg-y += odmdata.cfg
+
+# Note when SDRAM config (sdram-*.cfg) files are changed, we have to regenerate
+# the include files (sdram-*.inc). See ../../nyan/bct/Makefile.inc for more
+# information.