-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: Move VR41xx Makefile parts to their own Platform file
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Cc: linux-mips <linux-mips@linux-mips.org> Patchwork: https://patchwork.linux-mips.org/patch/1322/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
- Loading branch information
Yoichi Yuasa
authored and
Ralf Baechle
committed
Aug 5, 2010
1 parent
5c6aecb
commit 4300a92
Showing
4 changed files
with
33 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# NEC VR4100 series based machines | ||
# | ||
platform-$(CONFIG_MACH_VR41XX) += vr41xx/common/ | ||
cflags-$(CONFIG_MACH_VR41XX) += -I$(srctree)/arch/mips/include/asm/mach-vr41xx | ||
|
||
# | ||
# CASIO CASSIPEIA E-55/65 (VR4111) | ||
# | ||
platform-$(CONFIG_CASIO_E55) += vr41xx/casio-e55/ | ||
load-$(CONFIG_CASIO_E55) += 0xffffffff80004000 | ||
|
||
# | ||
# IBM WorkPad z50 (VR4121) | ||
# | ||
platform-$(CONFIG_IBM_WORKPAD) += vr41xx/ibm-workpad/ | ||
load-$(CONFIG_IBM_WORKPAD) += 0xffffffff80004000 | ||
|
||
# | ||
# TANBAC VR4131 multichip module(TB0225) and TANBAC VR4131DIMM(TB0229) (VR4131) | ||
# | ||
load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 | ||
|
||
# | ||
# Victor MP-C303/304 (VR4122) | ||
# | ||
load-$(CONFIG_VICTOR_MPC30X) += 0xffffffff80001000 | ||
|
||
# | ||
# ZAO Networks Capcella (VR4131) | ||
# | ||
load-$(CONFIG_ZAO_CAPCELLA) += 0xffffffff80000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,3 @@ | |
# | ||
|
||
obj-y += bcu.o cmu.o giu.o icu.o init.o irq.o pmu.o rtc.o siu.o type.o | ||
|
||
EXTRA_CFLAGS += -Werror |