xref: /openbmc/u-boot/board/ppcag/bg0900/Makefile (revision ac45bb16)
1#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8ifndef	CONFIG_SPL_BUILD
9obj-y	:= bg0900.o
10else
11obj-y	:= spl_boot.o
12endif
13