Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Paul Mundt | 5283ecb | 2006-09-27 15:59:17 +0900 | [diff] [blame] | 2 | # |
Paul Mundt | 61dc6ea | 2008-10-23 12:35:43 +0900 | [diff] [blame] | 3 | # Makefile for the Highlander specific parts of the kernel |
Paul Mundt | 5283ecb | 2006-09-27 15:59:17 +0900 | [diff] [blame] | 4 | # |
Paul Mundt | 61dc6ea | 2008-10-23 12:35:43 +0900 | [diff] [blame] | 5 | obj-y := setup.o |
| 6 | obj-$(CONFIG_SH_R7780RP) += irq-r7780rp.o |
| 7 | obj-$(CONFIG_SH_R7780MP) += irq-r7780mp.o |
| 8 | obj-$(CONFIG_SH_R7785RP) += irq-r7785rp.o pinmux-r7785rp.o |
Paul Mundt | 9af9a41 | 2007-05-14 12:48:09 +0900 | [diff] [blame] | 9 | |
| 10 | ifneq ($(CONFIG_SH_R7785RP),y) |
Paul Mundt | 0facbe3 | 2007-05-11 11:23:05 +0900 | [diff] [blame] | 11 | obj-$(CONFIG_PUSH_SWITCH) += psw.o |
Paul Mundt | 9af9a41 | 2007-05-14 12:48:09 +0900 | [diff] [blame] | 12 | endif |