Loading arch/mips/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ include $(srctree)/arch/mips/Kbuild.platforms # # Wind River PPMC Board (4KC + GT64120) # core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/ cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 Loading arch/mips/gt64120/wrppmc/Makefile→arch/mips/wrppmc/Makefile +0 −0 File moved. View file arch/mips/gt64120/wrppmc/irq.c→arch/mips/wrppmc/irq.c +0 −0 File moved. View file arch/mips/gt64120/wrppmc/pci.c→arch/mips/wrppmc/pci.c +0 −0 File moved. View file arch/mips/gt64120/wrppmc/reset.c→arch/mips/wrppmc/reset.c +0 −0 File moved. View file Loading
arch/mips/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ include $(srctree)/arch/mips/Kbuild.platforms # # Wind River PPMC Board (4KC + GT64120) # core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/ cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 Loading