diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 0556bc41e76d..ac50de18b6a4 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -202,19 +202,19 @@ load-$(CONFIG_NXP_STB225) += 0xffffffff80001000 | |||
202 | # | 202 | # |
203 | # Common NXP PNX8550 | 203 | # Common NXP PNX8550 |
204 | # | 204 | # |
205 | core-$(CONFIG_SOC_PNX8550) += arch/mips/nxp/pnx8550/common/ | 205 | core-$(CONFIG_SOC_PNX8550) += arch/mips/pnx8550/common/ |
206 | cflags-$(CONFIG_SOC_PNX8550) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 | 206 | cflags-$(CONFIG_SOC_PNX8550) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 |
207 | 207 | ||
208 | # | 208 | # |
209 | # NXP PNX8550 JBS board | 209 | # NXP PNX8550 JBS board |
210 | # | 210 | # |
211 | libs-$(CONFIG_PNX8550_JBS) += arch/mips/nxp/pnx8550/jbs/ | 211 | libs-$(CONFIG_PNX8550_JBS) += arch/mips/pnx8550/jbs/ |
212 | #cflags-$(CONFIG_PNX8550_JBS) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 | 212 | #cflags-$(CONFIG_PNX8550_JBS) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 |
213 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 | 213 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 |
214 | 214 | ||
215 | # NXP PNX8550 STB810 board | 215 | # NXP PNX8550 STB810 board |
216 | # | 216 | # |
217 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/ | 217 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/pnx8550/stb810/ |
218 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 | 218 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 |
219 | 219 | ||
220 | cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic | 220 | cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic |