2006-09-27 06:59:17 +00:00
|
|
|
#
|
|
|
|
# Makefile for the R7780RP-1 specific parts of the kernel
|
|
|
|
#
|
2007-03-12 05:38:59 +00:00
|
|
|
irqinit-y := irq-r7780rp.o
|
|
|
|
irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o
|
2007-05-14 03:48:09 +00:00
|
|
|
obj-y := setup.o irq.o $(irqinit-y)
|
|
|
|
|
|
|
|
ifneq ($(CONFIG_SH_R7785RP),y)
|
2007-05-11 02:23:05 +00:00
|
|
|
obj-$(CONFIG_PUSH_SWITCH) += psw.o
|
2007-05-14 03:48:09 +00:00
|
|
|
endif
|