aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 7f39fd8a91fe..8abac786c1f5 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -381,6 +381,14 @@ load-$(CONFIG_CASIO_E55) += 0xffffffff80004000
381# 381#
382load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 382load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000
383 383
384# NXP STB225
385core-$(CONFIG_SOC_PNX833X) += arch/mips/nxp/pnx833x/common/
386cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x
387libs-$(CONFIG_NXP_STB220) += arch/mips/nxp/pnx833x/stb22x/
388load-$(CONFIG_NXP_STB220) += 0xffffffff80001000
389libs-$(CONFIG_NXP_STB225) += arch/mips/nxp/pnx833x/stb22x/
390load-$(CONFIG_NXP_STB225) += 0xffffffff80001000
391
384# 392#
385# Common NXP PNX8550 393# Common NXP PNX8550
386# 394#