9 lines
184 B
Makefile
9 lines
184 B
Makefile
|
#
|
||
|
# 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)
|