blob: e5039031b69df5cef7745bb47ebe0146e4c5376e (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for common code of the NEC VR4100 series.
#
obj-y += bcu.o cmu.o icu.o init.o int-handler.o irq.o pmu.o
obj-$(CONFIG_VRC4173) += vrc4173.o
EXTRA_AFLAGS := $(CFLAGS)
|