xref: /openbmc/u-boot/board/ti/sdp4430/Makefile (revision 78a88f79)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2000, 2001, 2002
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6obj-y	:= sdp.o
7
8ifndef CONFIG_SPL_BUILD
9obj-y	+= cmd_bat.o
10endif
11