blob: fa98ef3855bc73c663df5d752e2abb84be722366 (
plain) (
blame)
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 pmu.o
obj-$(CONFIG_VRC4173) += vrc4173.o
EXTRA_AFLAGS := $(CFLAGS)
|