blob: b1d4b0a2708dffa92159155ccef526f2048d4ae0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# (C) Copyright 2001
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += stxssa.o
obj-y += law.o
obj-y += tlb.o
obj-$(CONFIG_SYS_FSL_DDR1) += ddr.o
|