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