diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 356453322b49..9aab51caf16a 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -560,6 +560,13 @@ load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000 | |||
560 | core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/ | 560 | core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/ |
561 | 561 | ||
562 | # | 562 | # |
563 | # Routerboard 532 board | ||
564 | # | ||
565 | core-$(CONFIG_MIKROTIK_RB532) += arch/mips/rb532/ | ||
566 | cflags-$(CONFIG_MIKROTIK_RB532) += -Iinclude/asm-mips/mach-rc32434 | ||
567 | load-$(CONFIG_MIKROTIK_RB532) += 0xffffffff80101000 | ||
568 | |||
569 | # | ||
563 | # Toshiba RBTX4927 board or | 570 | # Toshiba RBTX4927 board or |
564 | # Toshiba RBTX4937 board | 571 | # Toshiba RBTX4937 board |
565 | # | 572 | # |