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