diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 1c62381f5c23..69648d01acc0 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -410,21 +410,21 @@ load-$(CONFIG_CASIO_E55) += 0xffffffff80004000 | |||
410 | load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 | 410 | load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 |
411 | 411 | ||
412 | # | 412 | # |
413 | # Common Philips PNX8550 | 413 | # Common NXP PNX8550 |
414 | # | 414 | # |
415 | core-$(CONFIG_SOC_PNX8550) += arch/mips/philips/pnx8550/common/ | 415 | core-$(CONFIG_SOC_PNX8550) += arch/mips/nxp/pnx8550/common/ |
416 | cflags-$(CONFIG_SOC_PNX8550) += -Iinclude/asm-mips/mach-pnx8550 | 416 | cflags-$(CONFIG_SOC_PNX8550) += -Iinclude/asm-mips/mach-pnx8550 |
417 | 417 | ||
418 | # | 418 | # |
419 | # Philips PNX8550 JBS board | 419 | # NXP PNX8550 JBS board |
420 | # | 420 | # |
421 | libs-$(CONFIG_PNX8550_JBS) += arch/mips/philips/pnx8550/jbs/ | 421 | libs-$(CONFIG_PNX8550_JBS) += arch/mips/nxp/pnx8550/jbs/ |
422 | #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 | 422 | #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 |
423 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 | 423 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 |
424 | 424 | ||
425 | # Philips PNX8550 STB810 board | 425 | # NXP PNX8550 STB810 board |
426 | # | 426 | # |
427 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/philips/pnx8550/stb810/ | 427 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/ |
428 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 | 428 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 |
429 | 429 | ||
430 | # NEC EMMA2RH boards | 430 | # NEC EMMA2RH boards |