2005-04-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
# Makefile for common code of the NEC VR4100 series.
|
|
|
|
#
|
|
|
|
|
2005-09-04 00:56:04 +02:00
|
|
|
obj-y += bcu.o cmu.o icu.o init.o int-handler.o irq.o pmu.o
|
2005-04-17 00:20:36 +02:00
|
|
|
obj-$(CONFIG_VRC4173) += vrc4173.o
|
|
|
|
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|