You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
322 B
15 lines
322 B
#
|
|
# (C) Copyright 2004-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2007 Wind River Systems Inc <www.windriver.com>.
|
|
# Added support for Wind River SBC8548 board
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += sbc8548.o
|
|
obj-y += law.o
|
|
obj-y += tlb.o
|
|
obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o
|