• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/renesas/r7780rp/
1#
2# Makefile for the R7780RP-1 specific parts of the kernel
3#
4irqinit-y			:= irq-r7780rp.o
5irqinit-$(CONFIG_SH_R7785RP)	:= irq-r7785rp.o
6obj-y				:= setup.o irq.o $(irqinit-y)
7
8ifneq ($(CONFIG_SH_R7785RP),y)
9obj-$(CONFIG_PUSH_SWITCH)	+= psw.o
10endif
11