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