2006-09-27 14:59:17 +08:00
|
|
|
#
|
|
|
|
# Makefile for the R7780RP-1 specific parts of the kernel
|
|
|
|
#
|
2007-03-12 13:38:59 +08:00
|
|
|
irqinit-y := irq-r7780rp.o
|
|
|
|
irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o
|
2006-11-24 10:24:39 +08:00
|
|
|
obj-$(CONFIG_PUSH_SWITCH) += psw.o
|
2007-03-12 13:38:59 +08:00
|
|
|
obj-y := setup.o irq.o $(irqinit-y)
|