summaryrefslogtreecommitdiffstats
path: root/kernel/arch/sh/boards/mach-highlander/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/sh/boards/mach-highlander/Makefile')
-rw-r--r--kernel/arch/sh/boards/mach-highlander/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/arch/sh/boards/mach-highlander/Makefile b/kernel/arch/sh/boards/mach-highlander/Makefile
new file mode 100644
index 000000000..d93aaf880
--- /dev/null
+++ b/kernel/arch/sh/boards/mach-highlander/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for the Highlander specific parts of the kernel
+#
+obj-y := setup.o
+obj-$(CONFIG_SH_R7780RP) += irq-r7780rp.o
+obj-$(CONFIG_SH_R7780MP) += irq-r7780mp.o
+obj-$(CONFIG_SH_R7785RP) += irq-r7785rp.o pinmux-r7785rp.o
+
+ifneq ($(CONFIG_SH_R7785RP),y)
+obj-$(CONFIG_PUSH_SWITCH) += psw.o
+endif