diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-04-02 17:26:32 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-02 17:26:32 +0300 |
commit | 6b09adcf6a96bbc1d7456b0a4da160fa737c6c2f (patch) | |
tree | 78370ca1f550cf72a54e66e2dab16f06986e253c /arch/mips/mti-sead3/Makefile | |
parent | 85f215cf9b8a8888e1742bbfb00a29f609f28022 (diff) | |
download | linux-6b09adcf6a96bbc1d7456b0a4da160fa737c6c2f.tar.xz |
MIPS: SEAD3: sead3-ehci should not be a module.
So let's remove everythig that only make sense for a kernel module and
build the thing unconditionally.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mti-sead3/Makefile')
-rw-r--r-- | arch/mips/mti-sead3/Makefile | 7 |
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 @@ # Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved. # Steven J. Hill <sjhill@mips.com> # -obj-y := sead3-lcd.o sead3-display.o sead3-init.o \ - sead3-int.o sead3-mtd.o sead3-net.o \ - sead3-platform.o sead3-reset.o \ +obj-y := sead3-lcd.o sead3-display.o sead3-ehci.o \ + sead3-init.o sead3-int.o sead3-mtd.o \ + sead3-net.o sead3-platform.o sead3-reset.o \ sead3-setup.o sead3-time.o obj-y += leds-sead3.o sead3-leds.o obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o -obj-$(CONFIG_USB_EHCI_HCD) += sead3-ehci.o CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt |