summaryrefslogtreecommitdiff
path: root/cmd/ti/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ti/Makefile')
-rw-r--r--cmd/ti/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/ti/Makefile b/cmd/ti/Makefile
new file mode 100644
index 0000000000..7dba66f4e7
--- /dev/null
+++ b/cmd/ti/Makefile
@@ -0,0 +1,10 @@
+# Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj- += dummy.o
+
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_CMD_DDR3) += ddr3.o
+endif