diff options
Diffstat (limited to 'arch/mips/ar7/Makefile')
-rw-r--r-- | arch/mips/ar7/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/ar7/Makefile b/arch/mips/ar7/Makefile new file mode 100644 index 000000000000..26bc5da18997 --- /dev/null +++ b/arch/mips/ar7/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | |||
2 | obj-y := \ | ||
3 | prom.o \ | ||
4 | setup.o \ | ||
5 | memory.o \ | ||
6 | irq.o \ | ||
7 | time.o \ | ||
8 | platform.o \ | ||
9 | gpio.o \ | ||
10 | clock.o | ||
11 | EXTRA_CFLAGS += -Werror | ||