xref: /openbmc/u-boot/cmd/ti/Makefile (revision 78a88f79)
1# SPDX-License-Identifier: GPL-2.0+
2# Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
3
4obj- += dummy.o
5
6ifndef CONFIG_SPL_BUILD
7obj-$(CONFIG_CMD_DDR3) += ddr3.o
8endif
9