tree-wide: replace config_enabled() with IS_ENABLED()
[deliverable/linux.git] / arch / mips / mti-malta / Makefile
CommitLineData
315806cb
RB
1#
2# Carsten Langgaard, carstenl@mips.com
3# Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
4#
5# Copyright (C) 2008 Wind River Systems, Inc.
6# written by Ralf Baechle <ralf@linux-mips.org>
7#
e1137e1d
PB
8obj-y += malta-display.o
9obj-y += malta-dt.o
e81a8c7d 10obj-y += malta-dtshim.o
e1137e1d
PB
11obj-y += malta-init.o
12obj-y += malta-int.o
13obj-y += malta-memory.o
14obj-y += malta-platform.o
15obj-y += malta-reset.o
16obj-y += malta-setup.o
17obj-y += malta-time.o
b6911bba 18
5e9e3a5f 19obj-$(CONFIG_MIPS_CMP) += malta-amon.o
b6911bba 20obj-$(CONFIG_MIPS_MALTA_PM) += malta-pm.o
e81a8c7d
PB
21
22CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
This page took 0.460128 seconds and 5 git commands to generate.