8 lines
154 B
Makefile
8 lines
154 B
Makefile
|
#
|
||
|
# Makefile for common code of the NEC VR4100 series.
|
||
|
#
|
||
|
|
||
|
obj-y += bcu.o cmu.o giu.o icu.o init.o irq.o pmu.o rtc.o siu.o type.o
|
||
|
|
||
|
EXTRA_CFLAGS += -Werror
|