]> git.ipfire.org Git - people/ms/u-boot.git/blob - cmd/ti/Makefile
Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD
[people/ms/u-boot.git] / cmd / ti / Makefile
1 # Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
2 #
3 # SPDX-License-Identifier: GPL-2.0+
4 #
5
6 obj- += dummy.o
7
8 ifndef CONFIG_SPL_BUILD
9 obj-$(CONFIG_CMD_DDR3) += ddr3.o
10 endif