blob: b1d20afb4eb3b6d4f3de512e13b62cf40d51851a [file] [log] [blame]
Paul Mundt5283ecb2006-09-27 15:59:17 +09001#
2# Makefile for the R7780RP-1 specific parts of the kernel
3#
Paul Mundt32351a22007-03-12 14:38:59 +09004irqinit-y := irq-r7780rp.o
5irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o
Paul Mundt9af9a412007-05-14 12:48:09 +09006obj-y := setup.o irq.o $(irqinit-y)
7
8ifneq ($(CONFIG_SH_R7785RP),y)
Paul Mundt0facbe32007-05-11 11:23:05 +09009obj-$(CONFIG_PUSH_SWITCH) += psw.o
Paul Mundt9af9a412007-05-14 12:48:09 +090010endif