diff options
Diffstat (limited to 'arch/mips/rb532')
-rw-r--r-- | arch/mips/rb532/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/rb532/Platform | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/arch/mips/rb532/Makefile b/arch/mips/rb532/Makefile index 8f0b6b6a1625..efdecdb6e3ea 100644 --- a/arch/mips/rb532/Makefile +++ b/arch/mips/rb532/Makefile | |||
@@ -3,5 +3,3 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y += irq.o time.o setup.o serial.o prom.o gpio.o devices.o | 5 | obj-y += irq.o time.o setup.o serial.o prom.o gpio.o devices.o |
6 | |||
7 | EXTRA_CFLAGS += -Werror | ||
diff --git a/arch/mips/rb532/Platform b/arch/mips/rb532/Platform new file mode 100644 index 000000000000..aeec45a7cbb3 --- /dev/null +++ b/arch/mips/rb532/Platform | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Routerboard 532 | ||
3 | # | ||
4 | platform-$(CONFIG_MIKROTIK_RB532) += rb532/ | ||
5 | cflags-$(CONFIG_MIKROTIK_RB532) += \ | ||
6 | -I$(srctree)/arch/mips/include/asm/mach-rc32434 | ||
7 | load-$(CONFIG_MIKROTIK_RB532) += 0xffffffff80101000 | ||