allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / sh / boards / renesas / r7780rp / Makefile
blobb1d20afb4eb3b6d4f3de512e13b62cf40d51851a
2 # Makefile for the R7780RP-1 specific parts of the kernel
4 irqinit-y := irq-r7780rp.o
5 irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o
6 obj-y := setup.o irq.o $(irqinit-y)
8 ifneq ($(CONFIG_SH_R7785RP),y)
9 obj-$(CONFIG_PUSH_SWITCH) += psw.o
10 endif