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