blob: a5bc1efc362a500a692b257476a2db3dd3207561 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Makefile for Lemote Fulong 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
|