blob: feb1d6bba499bff3949674ce78c835407497d292 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Makefile for Lemote Fuloong2e mini-PC board.
#
obj-y += setup.o init.o reset.o irq.o pci.o bonito-irq.o mem.o \
env.o cmdline.o time.o machtype.o
#
# Early printk support
#
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
EXTRA_CFLAGS += -Werror
|