]>
Commit | Line | Data |
---|---|---|
11c45ebd JH |
1 | # |
2 | # (C) Copyright 2004-2006 | |
3 | # Wolfgang Denk, DENX Software Engineering, [email protected]. | |
4 | # | |
bd42bbb8 PG |
5 | # (C) Copyright 2007 Wind River Systems Inc <www.windriver.com>. |
6 | # Added support for Wind River SBC8548 board | |
11c45ebd | 7 | # |
1a459660 | 8 | # SPDX-License-Identifier: GPL-2.0+ |
11c45ebd JH |
9 | # |
10 | ||
377e1048 MY |
11 | obj-y += sbc8548.o |
12 | obj-y += law.o | |
13 | obj-y += tlb.o | |
5614e71b | 14 | obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o |