2004-12-16 18:21:17 +00:00
|
|
|
#
|
2006-09-01 17:49:50 +00:00
|
|
|
# (C) Copyright 2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
2006-10-08 22:42:01 +00:00
|
|
|
#
|
2004-12-16 18:21:17 +00:00
|
|
|
# (C) Copyright 2001
|
|
|
|
# Josh Huber <huber@mclx.com>, Mission Critical Linux, Inc.
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2004-12-16 18:21:17 +00:00
|
|
|
#
|
|
|
|
|
2013-10-21 02:53:38 +00:00
|
|
|
obj-y = misc.o
|
|
|
|
obj-y += cpci750.o serial.o ../../Marvell/common/memory.o pci.o \
|
2004-12-16 18:21:17 +00:00
|
|
|
mv_eth.o mpsc.o i2c.o \
|
2006-02-08 14:54:15 +00:00
|
|
|
sdram_init.o ide.o
|