aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-sead3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mti-sead3/Makefile')
-rw-r--r--arch/mips/mti-sead3/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/mips/mti-sead3/Makefile b/arch/mips/mti-sead3/Makefile
index 46d83b362635..37f95f2ac997 100644
--- a/arch/mips/mti-sead3/Makefile
+++ b/arch/mips/mti-sead3/Makefile
@@ -8,14 +8,13 @@
8# Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved. 8# Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved.
9# Steven J. Hill <sjhill@mips.com> 9# Steven J. Hill <sjhill@mips.com>
10# 10#
11obj-y := sead3-lcd.o sead3-display.o sead3-init.o \ 11obj-y := sead3-lcd.o sead3-display.o sead3-ehci.o \
12 sead3-int.o sead3-mtd.o sead3-net.o \ 12 sead3-init.o sead3-int.o sead3-mtd.o \
13 sead3-platform.o sead3-reset.o \ 13 sead3-net.o sead3-platform.o sead3-reset.o \
14 sead3-setup.o sead3-time.o 14 sead3-setup.o sead3-time.o
15 15
16obj-y += leds-sead3.o sead3-leds.o 16obj-y += leds-sead3.o sead3-leds.o
17 17
18obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o 18obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o
19obj-$(CONFIG_USB_EHCI_HCD) += sead3-ehci.o
20 19
21CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt 20CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt