projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da5e30
)
[MIPS] MSC01: Cleanup configuration.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 Jul 2008 17:44:34 +0000
(18:44 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 Jul 2008 17:44:34 +0000
(18:44 +0100)
This shouldn't depend on CONFIG_MIPS_BOARDS_GEN which is about to go away.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/Makefile
b/arch/mips/kernel/Makefile
index 48ae915b38e082297b2bf4f7ec8ac3391870bf80..0fd31974ba28b2e9da37b936e041305adc9dcd81 100644
(file)
--- a/
arch/mips/kernel/Makefile
+++ b/
arch/mips/kernel/Makefile
@@
-60,7
+60,7
@@
obj-$(CONFIG_I8259) += i8259.o
obj-$(CONFIG_IRQ_CPU) += irq_cpu.o
obj-$(CONFIG_IRQ_CPU_RM7K) += irq-rm7000.o
obj-$(CONFIG_IRQ_CPU_RM9K) += irq-rm9000.o
-obj-$(CONFIG_MIPS_
BOARDS_GEN)
+= irq-msc01.o
+obj-$(CONFIG_MIPS_
MSC)
+= irq-msc01.o
obj-$(CONFIG_IRQ_TXX9) += irq_txx9.o
obj-$(CONFIG_IRQ_GT641XX) += irq-gt641xx.o
obj-$(CONFIG_IRQ_GIC) += irq-gic.o