You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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)
|
|
|