Paul Mundt | 5283ecb | 2006-09-27 15:59:17 +0900 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the R7780RP-1 specific parts of the kernel |
| 3 | # |
Magnus Damm | 897cfcd | 2007-09-10 12:06:03 +0900 | [diff] [blame] | 4 | irqinit-$(CONFIG_SH_R7780MP) := irq-r7780mp.o |
Paul Mundt | 32351a2 | 2007-03-12 14:38:59 +0900 | [diff] [blame] | 5 | irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o |
Magnus Damm | da2d7f4 | 2008-01-25 16:04:29 +0900 | [diff] [blame] | 6 | irqinit-$(CONFIG_SH_R7780RP) := irq-r7780rp.o |
Magnus Damm | 897cfcd | 2007-09-10 12:06:03 +0900 | [diff] [blame] | 7 | obj-y := setup.o $(irqinit-y) |
Paul Mundt | 9af9a41 | 2007-05-14 12:48:09 +0900 | [diff] [blame] | 8 | |
| 9 | ifneq ($(CONFIG_SH_R7785RP),y) |
Paul Mundt | 0facbe3 | 2007-05-11 11:23:05 +0900 | [diff] [blame] | 10 | obj-$(CONFIG_PUSH_SWITCH) += psw.o |
Paul Mundt | 9af9a41 | 2007-05-14 12:48:09 +0900 | [diff] [blame] | 11 | endif |