8 lines
100 B
Makefile
8 lines
100 B
Makefile
|
#
|
||
|
# Makefile for Lemote Fuloong2e mini-PC board.
|
||
|
#
|
||
|
|
||
|
obj-y += irq.o reset.o
|
||
|
|
||
|
EXTRA_CFLAGS += -Werror
|