diff options
Diffstat (limited to 'arch/mips/loongson/fuloong-2e/Makefile')
-rw-r--r-- | arch/mips/loongson/fuloong-2e/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/loongson/fuloong-2e/Makefile b/arch/mips/loongson/fuloong-2e/Makefile new file mode 100644 index 000000000000..feb1d6bba499 --- /dev/null +++ b/arch/mips/loongson/fuloong-2e/Makefile | |||
@@ -0,0 +1,13 @@ | |||
1 | # | ||
2 | # Makefile for Lemote Fuloong2e mini-PC board. | ||
3 | # | ||
4 | |||
5 | obj-y += setup.o init.o reset.o irq.o pci.o bonito-irq.o mem.o \ | ||
6 | env.o cmdline.o time.o machtype.o | ||
7 | |||
8 | # | ||
9 | # Early printk support | ||
10 | # | ||
11 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | ||
12 | |||
13 | EXTRA_CFLAGS += -Werror | ||