2008-07-16 01:44:34 +08:00
|
|
|
#
|
|
|
|
# Carsten Langgaard, carstenl@mips.com
|
|
|
|
# Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2008 Wind River Systems, Inc.
|
|
|
|
# written by Ralf Baechle <ralf@linux-mips.org>
|
|
|
|
#
|
2015-09-23 02:56:36 +08:00
|
|
|
obj-y += malta-display.o
|
|
|
|
obj-y += malta-dt.o
|
2015-09-23 02:56:38 +08:00
|
|
|
obj-y += malta-dtshim.o
|
2015-09-23 02:56:36 +08:00
|
|
|
obj-y += malta-init.o
|
|
|
|
obj-y += malta-int.o
|
|
|
|
obj-y += malta-memory.o
|
|
|
|
obj-y += malta-platform.o
|
|
|
|
obj-y += malta-reset.o
|
|
|
|
obj-y += malta-setup.o
|
|
|
|
obj-y += malta-time.o
|
2014-05-07 19:20:57 +08:00
|
|
|
|
2014-10-09 17:34:19 +08:00
|
|
|
obj-$(CONFIG_MIPS_CMP) += malta-amon.o
|
2014-05-07 19:20:57 +08:00
|
|
|
obj-$(CONFIG_MIPS_MALTA_PM) += malta-pm.o
|
2015-09-23 02:56:38 +08:00
|
|
|
|
|
|
|
CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
|