8 lines
132 B
Makefile
8 lines
132 B
Makefile
|
#
|
||
|
# Makefile for common code of NEC vr4181 based boards
|
||
|
#
|
||
|
|
||
|
obj-y := irq.o int_handler.o serial.o time.o
|
||
|
|
||
|
EXTRA_AFLAGS := $(CFLAGS)
|