Loading arch/mips/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -208,13 +208,13 @@ cflags-$(CONFIG_SOC_PNX8550) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 # # NXP PNX8550 JBS board # libs-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ core-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ #cflags-$(CONFIG_PNX8550_JBS) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 # NXP PNX8550 STB810 board # libs-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ core-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic Loading arch/mips/pnx8550/jbs/Makefile +1 −1 Original line number Diff line number Diff line # Makefile for the NXP JBS Board. lib-y := init.o board_setup.o irqmap.o obj-y := init.o board_setup.o irqmap.o arch/mips/pnx8550/stb810/Makefile +1 −1 Original line number Diff line number Diff line # Makefile for the NXP STB810 Board. lib-y := prom_init.o board_setup.o irqmap.o obj-y := prom_init.o board_setup.o irqmap.o Loading
arch/mips/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -208,13 +208,13 @@ cflags-$(CONFIG_SOC_PNX8550) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 # # NXP PNX8550 JBS board # libs-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ core-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ #cflags-$(CONFIG_PNX8550_JBS) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 # NXP PNX8550 STB810 board # libs-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ core-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic Loading
arch/mips/pnx8550/jbs/Makefile +1 −1 Original line number Diff line number Diff line # Makefile for the NXP JBS Board. lib-y := init.o board_setup.o irqmap.o obj-y := init.o board_setup.o irqmap.o
arch/mips/pnx8550/stb810/Makefile +1 −1 Original line number Diff line number Diff line # Makefile for the NXP STB810 Board. lib-y := prom_init.o board_setup.o irqmap.o obj-y := prom_init.o board_setup.o irqmap.o