diff options
author | Daniel Laird <daniel.j.laird@nxp.com> | 2008-06-16 15:49:21 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-27 16:18:29 +0000 |
commit | edb6310aaa0dfc3da303a4ba6dff9dce3fbaa8d3 (patch) | |
tree | c57fb86878978d13b4959109f1a9760b18cc177b /arch/mips/nxp/pnx833x/common/Makefile | |
parent | 537fa37c8606793b9998c35de0abfcb7d549a3f2 (diff) | |
download | talos-obmc-linux-edb6310aaa0dfc3da303a4ba6dff9dce3fbaa8d3.tar.gz talos-obmc-linux-edb6310aaa0dfc3da303a4ba6dff9dce3fbaa8d3.zip |
MIPS: Add support for NXP PNX833x (STB222/5) into linux kernel
The following patch add support for the NXP PNX833x SOC. More
specifically it adds support for the STB222/5 variant. It fixes
the vectored interrupt issue.
Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/nxp/pnx833x/common/Makefile')
-rw-r--r-- | arch/mips/nxp/pnx833x/common/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/nxp/pnx833x/common/Makefile b/arch/mips/nxp/pnx833x/common/Makefile new file mode 100644 index 000000000000..4a16f3b503b5 --- /dev/null +++ b/arch/mips/nxp/pnx833x/common/Makefile @@ -0,0 +1,3 @@ +obj-y := interrupts.o platform.o prom.o setup.o reset.o + +EXTRA_CFLAGS += -Werror |