summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx/phy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ddr/imx/phy/Makefile')
-rw-r--r--drivers/ddr/imx/phy/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ddr/imx/phy/Makefile b/drivers/ddr/imx/phy/Makefile
new file mode 100644
index 00000000000..bb3d4ee5b74
--- /dev/null
+++ b/drivers/ddr/imx/phy/Makefile
@@ -0,0 +1,9 @@
+#
+# Copyright 2018 NXP
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifdef CONFIG_SPL_BUILD
+obj-$(CONFIG_IMX_SNPS_DDR_PHY) += helper.o ddrphy_utils.o ddrphy_train.o ddrphy_csr.o
+endif