forked from Minki/linux
f2d5c74d77
This patch has removed obsolete GIU driver for vr41xx. This patch already has been applied to mips tree. Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp> Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
9 lines
178 B
Makefile
9 lines
178 B
Makefile
#
|
|
# Makefile for common code of the NEC VR4100 series.
|
|
#
|
|
|
|
obj-y += bcu.o cmu.o icu.o init.o int-handler.o pmu.o
|
|
obj-$(CONFIG_VRC4173) += vrc4173.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|