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