blob: f19173252d6a894ab2e93e14b7c3e5ffcaa41386 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Makefile for Lemote Fulong mini-PC board.
#
obj-y += setup.o prom.o reset.o irq.o pci.o bonito-irq.o mem.o
#
# Early printk support
#
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
EXTRA_CFLAGS += -Werror
|