xref: /openbmc/u-boot/board/sbc8548/Makefile (revision 78a88f79)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2004-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5#
6# (C) Copyright 2007 Wind River Systems Inc <www.windriver.com>.
7# Added support for Wind River SBC8548 board
8
9obj-y	+= sbc8548.o
10obj-y	+= law.o
11obj-y	+= tlb.o
12obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o
13