blob: d93aaf88013447338c36d4c4e2143a800f720db3 [file] [log] [blame]
Paul Mundt5283ecb2006-09-27 15:59:17 +09001#
Paul Mundt61dc6ea2008-10-23 12:35:43 +09002# Makefile for the Highlander specific parts of the kernel
Paul Mundt5283ecb2006-09-27 15:59:17 +09003#
Paul Mundt61dc6ea2008-10-23 12:35:43 +09004obj-y := setup.o
5obj-$(CONFIG_SH_R7780RP) += irq-r7780rp.o
6obj-$(CONFIG_SH_R7780MP) += irq-r7780mp.o
7obj-$(CONFIG_SH_R7785RP) += irq-r7785rp.o pinmux-r7785rp.o
Paul Mundt9af9a412007-05-14 12:48:09 +09008
9ifneq ($(CONFIG_SH_R7785RP),y)
Paul Mundt0facbe32007-05-11 11:23:05 +090010obj-$(CONFIG_PUSH_SWITCH) += psw.o
Paul Mundt9af9a412007-05-14 12:48:09 +090011endif