• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/boards/mach-highlander/
1#
2# Makefile for the Highlander specific parts of the kernel
3#
4obj-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
8
9ifneq ($(CONFIG_SH_R7785RP),y)
10obj-$(CONFIG_PUSH_SWITCH)	+= psw.o
11endif
12