| Paul Mundt | 5283ecb | 2006-09-27 15:59:17 +0900 | [diff] [blame] | 1 | # | 
| Paul Mundt | 61dc6ea | 2008-10-23 12:35:43 +0900 | [diff] [blame] | 2 | # Makefile for the Highlander specific parts of the kernel | 
| Paul Mundt | 5283ecb | 2006-09-27 15:59:17 +0900 | [diff] [blame] | 3 | # | 
| Paul Mundt | 61dc6ea | 2008-10-23 12:35:43 +0900 | [diff] [blame] | 4 | obj-y				:= setup.o | 
 | 5 | obj-$(CONFIG_SH_R7780RP)	+= irq-r7780rp.o | 
 | 6 | obj-$(CONFIG_SH_R7780MP)	+= irq-r7780mp.o | 
 | 7 | obj-$(CONFIG_SH_R7785RP)	+= irq-r7785rp.o pinmux-r7785rp.o | 
| 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 |