diff options
Diffstat (limited to 'arch/mips/lemote/lm2e/Makefile')
-rw-r--r-- | arch/mips/lemote/lm2e/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/mips/lemote/lm2e/Makefile b/arch/mips/lemote/lm2e/Makefile deleted file mode 100644 index a5bc1efc362a..000000000000 --- a/arch/mips/lemote/lm2e/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# -# 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 |