2007-06-05 23:52:38 -07:00
|
|
|
#
|
|
|
|
# Makefile for Lemote Fulong mini-PC board.
|
|
|
|
#
|
|
|
|
|
2009-07-02 08:22:36 -07:00
|
|
|
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
|
2007-06-05 23:52:38 -07:00
|
|
|
|
2009-07-02 08:20:20 -07:00
|
|
|
#
|
|
|
|
# Early printk support
|
|
|
|
#
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
|
|
|
|
2007-07-30 03:48:58 -07:00
|
|
|
EXTRA_CFLAGS += -Werror
|