blob: 3e69ee2f15e18401fccbce16c3f0e6571ecbe1e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# (C) Copyright 2001-2007
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
# project.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y := kmp204x.o ddr.o eth.o tlb.o pci.o law.o \
../common/common.o ../common/ivm.o
|