diff options
Diffstat (limited to 'arch/mips/tx4938/common/Makefile')
-rw-r--r-- | arch/mips/tx4938/common/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/tx4938/common/Makefile b/arch/mips/tx4938/common/Makefile deleted file mode 100644 index 56aa1ed1ee0c..000000000000 --- a/arch/mips/tx4938/common/Makefile +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for common code for Toshiba TX4927 based systems | ||
3 | # | ||
4 | |||
5 | obj-y += prom.o irq.o | ||
6 | obj-$(CONFIG_KGDB) += dbgio.o | ||
7 | |||
8 | EXTRA_CFLAGS += -Werror | ||