diff options
Diffstat (limited to 'arch/mips/Makefile')
| -rw-r--r-- | arch/mips/Makefile | 122 |
1 files changed, 59 insertions, 63 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 9aab51caf16a..7f39fd8a91fe 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
| @@ -170,123 +170,123 @@ libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/ | |||
| 170 | # Acer PICA 61, Mips Magnum 4000 and Olivetti M700. | 170 | # Acer PICA 61, Mips Magnum 4000 and Olivetti M700. |
| 171 | # | 171 | # |
| 172 | core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/ | 172 | core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/ |
| 173 | cflags-$(CONFIG_MACH_JAZZ) += -Iinclude/asm-mips/mach-jazz | 173 | cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz |
| 174 | load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 | 174 | load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 |
| 175 | 175 | ||
| 176 | # | 176 | # |
| 177 | # Common Alchemy Au1x00 stuff | 177 | # Common Alchemy Au1x00 stuff |
| 178 | # | 178 | # |
| 179 | core-$(CONFIG_SOC_AU1X00) += arch/mips/au1000/common/ | 179 | core-$(CONFIG_SOC_AU1X00) += arch/mips/alchemy/common/ |
| 180 | cflags-$(CONFIG_SOC_AU1X00) += -Iinclude/asm-mips/mach-au1x00 | 180 | cflags-$(CONFIG_SOC_AU1X00) += -I$(srctree)/arch/mips/include/asm/mach-au1x00 |
| 181 | 181 | ||
| 182 | # | 182 | # |
| 183 | # AMD Alchemy Pb1000 eval board | 183 | # AMD Alchemy Pb1000 eval board |
| 184 | # | 184 | # |
| 185 | libs-$(CONFIG_MIPS_PB1000) += arch/mips/au1000/pb1000/ | 185 | libs-$(CONFIG_MIPS_PB1000) += arch/mips/alchemy/pb1000/ |
| 186 | cflags-$(CONFIG_MIPS_PB1000) += -Iinclude/asm-mips/mach-pb1x00 | 186 | cflags-$(CONFIG_MIPS_PB1000) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00 |
| 187 | load-$(CONFIG_MIPS_PB1000) += 0xffffffff80100000 | 187 | load-$(CONFIG_MIPS_PB1000) += 0xffffffff80100000 |
| 188 | 188 | ||
| 189 | # | 189 | # |
| 190 | # AMD Alchemy Pb1100 eval board | 190 | # AMD Alchemy Pb1100 eval board |
| 191 | # | 191 | # |
| 192 | libs-$(CONFIG_MIPS_PB1100) += arch/mips/au1000/pb1100/ | 192 | libs-$(CONFIG_MIPS_PB1100) += arch/mips/alchemy/pb1100/ |
| 193 | cflags-$(CONFIG_MIPS_PB1100) += -Iinclude/asm-mips/mach-pb1x00 | 193 | cflags-$(CONFIG_MIPS_PB1100) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00 |
| 194 | load-$(CONFIG_MIPS_PB1100) += 0xffffffff80100000 | 194 | load-$(CONFIG_MIPS_PB1100) += 0xffffffff80100000 |
| 195 | 195 | ||
| 196 | # | 196 | # |
| 197 | # AMD Alchemy Pb1500 eval board | 197 | # AMD Alchemy Pb1500 eval board |
| 198 | # | 198 | # |
| 199 | libs-$(CONFIG_MIPS_PB1500) += arch/mips/au1000/pb1500/ | 199 | libs-$(CONFIG_MIPS_PB1500) += arch/mips/alchemy/pb1500/ |
| 200 | cflags-$(CONFIG_MIPS_PB1500) += -Iinclude/asm-mips/mach-pb1x00 | 200 | cflags-$(CONFIG_MIPS_PB1500) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00 |
| 201 | load-$(CONFIG_MIPS_PB1500) += 0xffffffff80100000 | 201 | load-$(CONFIG_MIPS_PB1500) += 0xffffffff80100000 |
| 202 | 202 | ||
| 203 | # | 203 | # |
| 204 | # AMD Alchemy Pb1550 eval board | 204 | # AMD Alchemy Pb1550 eval board |
| 205 | # | 205 | # |
| 206 | libs-$(CONFIG_MIPS_PB1550) += arch/mips/au1000/pb1550/ | 206 | libs-$(CONFIG_MIPS_PB1550) += arch/mips/alchemy/pb1550/ |
| 207 | cflags-$(CONFIG_MIPS_PB1550) += -Iinclude/asm-mips/mach-pb1x00 | 207 | cflags-$(CONFIG_MIPS_PB1550) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00 |
| 208 | load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000 | 208 | load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000 |
| 209 | 209 | ||
| 210 | # | 210 | # |
| 211 | # AMD Alchemy Pb1200 eval board | 211 | # AMD Alchemy Pb1200 eval board |
| 212 | # | 212 | # |
| 213 | libs-$(CONFIG_MIPS_PB1200) += arch/mips/au1000/pb1200/ | 213 | libs-$(CONFIG_MIPS_PB1200) += arch/mips/alchemy/pb1200/ |
| 214 | cflags-$(CONFIG_MIPS_PB1200) += -Iinclude/asm-mips/mach-pb1x00 | 214 | cflags-$(CONFIG_MIPS_PB1200) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00 |
| 215 | load-$(CONFIG_MIPS_PB1200) += 0xffffffff80100000 | 215 | load-$(CONFIG_MIPS_PB1200) += 0xffffffff80100000 |
| 216 | 216 | ||
| 217 | # | 217 | # |
| 218 | # AMD Alchemy Db1000 eval board | 218 | # AMD Alchemy Db1000 eval board |
| 219 | # | 219 | # |
| 220 | libs-$(CONFIG_MIPS_DB1000) += arch/mips/au1000/db1x00/ | 220 | libs-$(CONFIG_MIPS_DB1000) += arch/mips/alchemy/db1x00/ |
| 221 | cflags-$(CONFIG_MIPS_DB1000) += -Iinclude/asm-mips/mach-db1x00 | 221 | cflags-$(CONFIG_MIPS_DB1000) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 |
| 222 | load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000 | 222 | load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000 |
| 223 | 223 | ||
| 224 | # | 224 | # |
| 225 | # AMD Alchemy Db1100 eval board | 225 | # AMD Alchemy Db1100 eval board |
| 226 | # | 226 | # |
| 227 | libs-$(CONFIG_MIPS_DB1100) += arch/mips/au1000/db1x00/ | 227 | libs-$(CONFIG_MIPS_DB1100) += arch/mips/alchemy/db1x00/ |
| 228 | cflags-$(CONFIG_MIPS_DB1100) += -Iinclude/asm-mips/mach-db1x00 | 228 | cflags-$(CONFIG_MIPS_DB1100) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 |
| 229 | load-$(CONFIG_MIPS_DB1100) += 0xffffffff80100000 | 229 | load-$(CONFIG_MIPS_DB1100) += 0xffffffff80100000 |
| 230 | 230 | ||
| 231 | # | 231 | # |
| 232 | # AMD Alchemy Db1500 eval board | 232 | # AMD Alchemy Db1500 eval board |
| 233 | # | 233 | # |
| 234 | libs-$(CONFIG_MIPS_DB1500) += arch/mips/au1000/db1x00/ | 234 | libs-$(CONFIG_MIPS_DB1500) += arch/mips/alchemy/db1x00/ |
| 235 | cflags-$(CONFIG_MIPS_DB1500) += -Iinclude/asm-mips/mach-db1x00 | 235 | cflags-$(CONFIG_MIPS_DB1500) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 |
| 236 | load-$(CONFIG_MIPS_DB1500) += 0xffffffff80100000 | 236 | load-$(CONFIG_MIPS_DB1500) += 0xffffffff80100000 |
| 237 | 237 | ||
| 238 | # | 238 | # |
| 239 | # AMD Alchemy Db1550 eval board | 239 | # AMD Alchemy Db1550 eval board |
| 240 | # | 240 | # |
| 241 | libs-$(CONFIG_MIPS_DB1550) += arch/mips/au1000/db1x00/ | 241 | libs-$(CONFIG_MIPS_DB1550) += arch/mips/alchemy/db1x00/ |
| 242 | cflags-$(CONFIG_MIPS_DB1550) += -Iinclude/asm-mips/mach-db1x00 | 242 | cflags-$(CONFIG_MIPS_DB1550) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 |
| 243 | load-$(CONFIG_MIPS_DB1550) += 0xffffffff80100000 | 243 | load-$(CONFIG_MIPS_DB1550) += 0xffffffff80100000 |
| 244 | 244 | ||
| 245 | # | 245 | # |
| 246 | # AMD Alchemy Db1200 eval board | 246 | # AMD Alchemy Db1200 eval board |
| 247 | # | 247 | # |
| 248 | libs-$(CONFIG_MIPS_DB1200) += arch/mips/au1000/pb1200/ | 248 | libs-$(CONFIG_MIPS_DB1200) += arch/mips/alchemy/pb1200/ |
| 249 | cflags-$(CONFIG_MIPS_DB1200) += -Iinclude/asm-mips/mach-db1x00 | 249 | cflags-$(CONFIG_MIPS_DB1200) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 |
| 250 | load-$(CONFIG_MIPS_DB1200) += 0xffffffff80100000 | 250 | load-$(CONFIG_MIPS_DB1200) += 0xffffffff80100000 |
| 251 | 251 | ||
| 252 | # | 252 | # |
| 253 | # AMD Alchemy Bosporus eval board | 253 | # AMD Alchemy Bosporus eval board |
| 254 | # | 254 | # |
| 255 | libs-$(CONFIG_MIPS_BOSPORUS) += arch/mips/au1000/db1x00/ | 255 | libs-$(CONFIG_MIPS_BOSPORUS) += arch/mips/alchemy/db1x00/ |
| 256 | cflags-$(CONFIG_MIPS_BOSPORUS) += -Iinclude/asm-mips/mach-db1x00 | 256 | cflags-$(CONFIG_MIPS_BOSPORUS) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 |
| 257 | load-$(CONFIG_MIPS_BOSPORUS) += 0xffffffff80100000 | 257 | load-$(CONFIG_MIPS_BOSPORUS) += 0xffffffff80100000 |
| 258 | 258 | ||
| 259 | # | 259 | # |
| 260 | # AMD Alchemy Mirage eval board | 260 | # AMD Alchemy Mirage eval board |
| 261 | # | 261 | # |
| 262 | libs-$(CONFIG_MIPS_MIRAGE) += arch/mips/au1000/db1x00/ | 262 | libs-$(CONFIG_MIPS_MIRAGE) += arch/mips/alchemy/db1x00/ |
| 263 | cflags-$(CONFIG_MIPS_MIRAGE) += -Iinclude/asm-mips/mach-db1x00 | 263 | cflags-$(CONFIG_MIPS_MIRAGE) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 |
| 264 | load-$(CONFIG_MIPS_MIRAGE) += 0xffffffff80100000 | 264 | load-$(CONFIG_MIPS_MIRAGE) += 0xffffffff80100000 |
| 265 | 265 | ||
| 266 | # | 266 | # |
| 267 | # 4G-Systems eval board | 267 | # 4G-Systems eval board |
| 268 | # | 268 | # |
| 269 | libs-$(CONFIG_MIPS_MTX1) += arch/mips/au1000/mtx-1/ | 269 | libs-$(CONFIG_MIPS_MTX1) += arch/mips/alchemy/mtx-1/ |
| 270 | load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 | 270 | load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 |
| 271 | 271 | ||
| 272 | # | 272 | # |
| 273 | # MyCable eval board | 273 | # MyCable eval board |
| 274 | # | 274 | # |
| 275 | libs-$(CONFIG_MIPS_XXS1500) += arch/mips/au1000/xxs1500/ | 275 | libs-$(CONFIG_MIPS_XXS1500) += arch/mips/alchemy/xxs1500/ |
| 276 | load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 | 276 | load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 |
| 277 | 277 | ||
| 278 | # | 278 | # |
| 279 | # Cobalt Server | 279 | # Cobalt Server |
| 280 | # | 280 | # |
| 281 | core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ | 281 | core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ |
| 282 | cflags-$(CONFIG_MIPS_COBALT) += -Iinclude/asm-mips/mach-cobalt | 282 | cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt |
| 283 | load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 | 283 | load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 |
| 284 | 284 | ||
| 285 | # | 285 | # |
| 286 | # DECstation family | 286 | # DECstation family |
| 287 | # | 287 | # |
| 288 | core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/ | 288 | core-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/ |
| 289 | cflags-$(CONFIG_MACH_DECSTATION)+= -Iinclude/asm-mips/mach-dec | 289 | cflags-$(CONFIG_MACH_DECSTATION)+= -I$(srctree)/arch/mips/include/asm/mach-dec |
| 290 | libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/ | 290 | libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/ |
| 291 | load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 | 291 | load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 |
| 292 | 292 | ||
| @@ -294,7 +294,7 @@ load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 | |||
| 294 | # Wind River PPMC Board (4KC + GT64120) | 294 | # Wind River PPMC Board (4KC + GT64120) |
| 295 | # | 295 | # |
| 296 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ | 296 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ |
| 297 | cflags-$(CONFIG_WR_PPMC) += -Iinclude/asm-mips/mach-wrppmc | 297 | cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc |
| 298 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | 298 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 |
| 299 | 299 | ||
| 300 | # | 300 | # |
| @@ -302,13 +302,13 @@ load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | |||
| 302 | # | 302 | # |
| 303 | core-$(CONFIG_LEMOTE_FULONG) +=arch/mips/lemote/lm2e/ | 303 | core-$(CONFIG_LEMOTE_FULONG) +=arch/mips/lemote/lm2e/ |
| 304 | load-$(CONFIG_LEMOTE_FULONG) +=0xffffffff80100000 | 304 | load-$(CONFIG_LEMOTE_FULONG) +=0xffffffff80100000 |
| 305 | cflags-$(CONFIG_LEMOTE_FULONG) += -Iinclude/asm-mips/mach-lemote | 305 | cflags-$(CONFIG_LEMOTE_FULONG) += -I$(srctree)/arch/mips/include/asm/mach-lemote |
| 306 | 306 | ||
| 307 | # | 307 | # |
| 308 | # MIPS Malta board | 308 | # MIPS Malta board |
| 309 | # | 309 | # |
| 310 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mti-malta/ | 310 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mti-malta/ |
| 311 | cflags-$(CONFIG_MIPS_MALTA) += -Iinclude/asm-mips/mach-malta | 311 | cflags-$(CONFIG_MIPS_MALTA) += -I$(srctree)/arch/mips/include/asm/mach-malta |
| 312 | load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 | 312 | load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 |
| 313 | all-$(CONFIG_MIPS_MALTA) := vmlinux.bin | 313 | all-$(CONFIG_MIPS_MALTA) := vmlinux.bin |
| 314 | 314 | ||
| @@ -316,14 +316,14 @@ all-$(CONFIG_MIPS_MALTA) := vmlinux.bin | |||
| 316 | # MIPS SIM | 316 | # MIPS SIM |
| 317 | # | 317 | # |
| 318 | core-$(CONFIG_MIPS_SIM) += arch/mips/mipssim/ | 318 | core-$(CONFIG_MIPS_SIM) += arch/mips/mipssim/ |
| 319 | cflags-$(CONFIG_MIPS_SIM) += -Iinclude/asm-mips/mach-mipssim | 319 | cflags-$(CONFIG_MIPS_SIM) += -I$(srctree)/arch/mips/include/asm/mach-mipssim |
| 320 | load-$(CONFIG_MIPS_SIM) += 0x80100000 | 320 | load-$(CONFIG_MIPS_SIM) += 0x80100000 |
| 321 | 321 | ||
| 322 | # | 322 | # |
| 323 | # PMC-Sierra MSP SOCs | 323 | # PMC-Sierra MSP SOCs |
| 324 | # | 324 | # |
| 325 | core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ | 325 | core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ |
| 326 | cflags-$(CONFIG_PMC_MSP) += -Iinclude/asm-mips/pmc-sierra/msp71xx \ | 326 | cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/pmc-sierra/msp71xx \ |
| 327 | -mno-branch-likely | 327 | -mno-branch-likely |
| 328 | load-$(CONFIG_PMC_MSP) += 0xffffffff80100000 | 328 | load-$(CONFIG_PMC_MSP) += 0xffffffff80100000 |
| 329 | 329 | ||
| @@ -331,28 +331,28 @@ load-$(CONFIG_PMC_MSP) += 0xffffffff80100000 | |||
| 331 | # PMC-Sierra Yosemite | 331 | # PMC-Sierra Yosemite |
| 332 | # | 332 | # |
| 333 | core-$(CONFIG_PMC_YOSEMITE) += arch/mips/pmc-sierra/yosemite/ | 333 | core-$(CONFIG_PMC_YOSEMITE) += arch/mips/pmc-sierra/yosemite/ |
| 334 | cflags-$(CONFIG_PMC_YOSEMITE) += -Iinclude/asm-mips/mach-yosemite | 334 | cflags-$(CONFIG_PMC_YOSEMITE) += -I$(srctree)/arch/mips/include/asm/mach-yosemite |
| 335 | load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000 | 335 | load-$(CONFIG_PMC_YOSEMITE) += 0xffffffff80100000 |
| 336 | 336 | ||
| 337 | # | 337 | # |
| 338 | # Basler eXcite | 338 | # Basler eXcite |
| 339 | # | 339 | # |
| 340 | core-$(CONFIG_BASLER_EXCITE) += arch/mips/basler/excite/ | 340 | core-$(CONFIG_BASLER_EXCITE) += arch/mips/basler/excite/ |
| 341 | cflags-$(CONFIG_BASLER_EXCITE) += -Iinclude/asm-mips/mach-excite | 341 | cflags-$(CONFIG_BASLER_EXCITE) += -I$(srctree)/arch/mips/include/asm/mach-excite |
| 342 | load-$(CONFIG_BASLER_EXCITE) += 0x80100000 | 342 | load-$(CONFIG_BASLER_EXCITE) += 0x80100000 |
| 343 | 343 | ||
| 344 | # | 344 | # |
| 345 | # LASAT platforms | 345 | # LASAT platforms |
| 346 | # | 346 | # |
| 347 | core-$(CONFIG_LASAT) += arch/mips/lasat/ | 347 | core-$(CONFIG_LASAT) += arch/mips/lasat/ |
| 348 | cflags-$(CONFIG_LASAT) += -Iinclude/asm-mips/mach-lasat | 348 | cflags-$(CONFIG_LASAT) += -I$(srctree)/arch/mips/include/asm/mach-lasat |
| 349 | load-$(CONFIG_LASAT) += 0xffffffff80000000 | 349 | load-$(CONFIG_LASAT) += 0xffffffff80000000 |
| 350 | 350 | ||
| 351 | # | 351 | # |
| 352 | # Common VR41xx | 352 | # Common VR41xx |
| 353 | # | 353 | # |
| 354 | core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/ | 354 | core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/ |
| 355 | cflags-$(CONFIG_MACH_VR41XX) += -Iinclude/asm-mips/mach-vr41xx | 355 | cflags-$(CONFIG_MACH_VR41XX) += -I$(srctree)/arch/mips/include/asm/mach-vr41xx |
| 356 | 356 | ||
| 357 | # | 357 | # |
| 358 | # ZAO Networks Capcella (VR4131) | 358 | # ZAO Networks Capcella (VR4131) |
| @@ -385,13 +385,13 @@ load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 | |||
| 385 | # Common NXP PNX8550 | 385 | # Common NXP PNX8550 |
| 386 | # | 386 | # |
| 387 | core-$(CONFIG_SOC_PNX8550) += arch/mips/nxp/pnx8550/common/ | 387 | core-$(CONFIG_SOC_PNX8550) += arch/mips/nxp/pnx8550/common/ |
| 388 | cflags-$(CONFIG_SOC_PNX8550) += -Iinclude/asm-mips/mach-pnx8550 | 388 | cflags-$(CONFIG_SOC_PNX8550) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 |
| 389 | 389 | ||
| 390 | # | 390 | # |
| 391 | # NXP PNX8550 JBS board | 391 | # NXP PNX8550 JBS board |
| 392 | # | 392 | # |
| 393 | libs-$(CONFIG_PNX8550_JBS) += arch/mips/nxp/pnx8550/jbs/ | 393 | libs-$(CONFIG_PNX8550_JBS) += arch/mips/nxp/pnx8550/jbs/ |
| 394 | #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 | 394 | #cflags-$(CONFIG_PNX8550_JBS) += -I$(srctree)/arch/mips/include/asm/mach-pnx8550 |
| 395 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 | 395 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 |
| 396 | 396 | ||
| 397 | # NXP PNX8550 STB810 board | 397 | # NXP PNX8550 STB810 board |
| @@ -402,7 +402,7 @@ load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 | |||
| 402 | # NEC EMMA2RH boards | 402 | # NEC EMMA2RH boards |
| 403 | # | 403 | # |
| 404 | core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/ | 404 | core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/ |
| 405 | cflags-$(CONFIG_EMMA2RH) += -Iinclude/asm-mips/mach-emma2rh | 405 | cflags-$(CONFIG_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh |
| 406 | 406 | ||
| 407 | # NEC EMMA2RH Mark-eins | 407 | # NEC EMMA2RH Mark-eins |
| 408 | core-$(CONFIG_MARKEINS) += arch/mips/emma2rh/markeins/ | 408 | core-$(CONFIG_MARKEINS) += arch/mips/emma2rh/markeins/ |
| @@ -418,7 +418,7 @@ load-$(CONFIG_MARKEINS) += 0xffffffff88100000 | |||
| 418 | # address by 8kb. | 418 | # address by 8kb. |
| 419 | # | 419 | # |
| 420 | core-$(CONFIG_SGI_IP22) += arch/mips/sgi-ip22/ | 420 | core-$(CONFIG_SGI_IP22) += arch/mips/sgi-ip22/ |
| 421 | cflags-$(CONFIG_SGI_IP22) += -Iinclude/asm-mips/mach-ip22 | 421 | cflags-$(CONFIG_SGI_IP22) += -I$(srctree)/arch/mips/include/asm/mach-ip22 |
| 422 | ifdef CONFIG_32BIT | 422 | ifdef CONFIG_32BIT |
| 423 | load-$(CONFIG_SGI_IP22) += 0xffffffff88002000 | 423 | load-$(CONFIG_SGI_IP22) += 0xffffffff88002000 |
| 424 | endif | 424 | endif |
| @@ -435,7 +435,7 @@ endif | |||
| 435 | # | 435 | # |
| 436 | ifdef CONFIG_SGI_IP27 | 436 | ifdef CONFIG_SGI_IP27 |
| 437 | core-$(CONFIG_SGI_IP27) += arch/mips/sgi-ip27/ | 437 | core-$(CONFIG_SGI_IP27) += arch/mips/sgi-ip27/ |
| 438 | cflags-$(CONFIG_SGI_IP27) += -Iinclude/asm-mips/mach-ip27 | 438 | cflags-$(CONFIG_SGI_IP27) += -I$(srctree)/arch/mips/include/asm/mach-ip27 |
| 439 | ifdef CONFIG_MAPPED_KERNEL | 439 | ifdef CONFIG_MAPPED_KERNEL |
| 440 | load-$(CONFIG_SGI_IP27) += 0xc00000004001c000 | 440 | load-$(CONFIG_SGI_IP27) += 0xc00000004001c000 |
| 441 | OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 | 441 | OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 |
| @@ -460,7 +460,7 @@ ifdef CONFIG_SGI_IP28 | |||
| 460 | endif | 460 | endif |
| 461 | endif | 461 | endif |
| 462 | core-$(CONFIG_SGI_IP28) += arch/mips/sgi-ip22/ | 462 | core-$(CONFIG_SGI_IP28) += arch/mips/sgi-ip22/ |
| 463 | cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=1 -Iinclude/asm-mips/mach-ip28 | 463 | cflags-$(CONFIG_SGI_IP28) += -mr10k-cache-barrier=1 -I$(srctree)/arch/mips/include/asm/mach-ip28 |
| 464 | load-$(CONFIG_SGI_IP28) += 0xa800000020004000 | 464 | load-$(CONFIG_SGI_IP28) += 0xa800000020004000 |
| 465 | 465 | ||
| 466 | # | 466 | # |
| @@ -472,7 +472,7 @@ load-$(CONFIG_SGI_IP28) += 0xa800000020004000 | |||
| 472 | # will break. | 472 | # will break. |
| 473 | # | 473 | # |
| 474 | core-$(CONFIG_SGI_IP32) += arch/mips/sgi-ip32/ | 474 | core-$(CONFIG_SGI_IP32) += arch/mips/sgi-ip32/ |
| 475 | cflags-$(CONFIG_SGI_IP32) += -Iinclude/asm-mips/mach-ip32 | 475 | cflags-$(CONFIG_SGI_IP32) += -I$(srctree)/arch/mips/include/asm/mach-ip32 |
| 476 | load-$(CONFIG_SGI_IP32) += 0xffffffff80004000 | 476 | load-$(CONFIG_SGI_IP32) += 0xffffffff80004000 |
| 477 | 477 | ||
| 478 | # | 478 | # |
| @@ -484,22 +484,22 @@ load-$(CONFIG_SGI_IP32) += 0xffffffff80004000 | |||
| 484 | # | 484 | # |
| 485 | core-$(CONFIG_SIBYTE_BCM112X) += arch/mips/sibyte/sb1250/ | 485 | core-$(CONFIG_SIBYTE_BCM112X) += arch/mips/sibyte/sb1250/ |
| 486 | core-$(CONFIG_SIBYTE_BCM112X) += arch/mips/sibyte/common/ | 486 | core-$(CONFIG_SIBYTE_BCM112X) += arch/mips/sibyte/common/ |
| 487 | cflags-$(CONFIG_SIBYTE_BCM112X) += -Iinclude/asm-mips/mach-sibyte \ | 487 | cflags-$(CONFIG_SIBYTE_BCM112X) += -I$(srctree)/arch/mips/include/asm/mach-sibyte \ |
| 488 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL | 488 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL |
| 489 | 489 | ||
| 490 | core-$(CONFIG_SIBYTE_SB1250) += arch/mips/sibyte/sb1250/ | 490 | core-$(CONFIG_SIBYTE_SB1250) += arch/mips/sibyte/sb1250/ |
| 491 | core-$(CONFIG_SIBYTE_SB1250) += arch/mips/sibyte/common/ | 491 | core-$(CONFIG_SIBYTE_SB1250) += arch/mips/sibyte/common/ |
| 492 | cflags-$(CONFIG_SIBYTE_SB1250) += -Iinclude/asm-mips/mach-sibyte \ | 492 | cflags-$(CONFIG_SIBYTE_SB1250) += -I$(srctree)/arch/mips/include/asm/mach-sibyte \ |
| 493 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL | 493 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL |
| 494 | 494 | ||
| 495 | core-$(CONFIG_SIBYTE_BCM1x55) += arch/mips/sibyte/bcm1480/ | 495 | core-$(CONFIG_SIBYTE_BCM1x55) += arch/mips/sibyte/bcm1480/ |
| 496 | core-$(CONFIG_SIBYTE_BCM1x55) += arch/mips/sibyte/common/ | 496 | core-$(CONFIG_SIBYTE_BCM1x55) += arch/mips/sibyte/common/ |
| 497 | cflags-$(CONFIG_SIBYTE_BCM1x55) += -Iinclude/asm-mips/mach-sibyte \ | 497 | cflags-$(CONFIG_SIBYTE_BCM1x55) += -I$(srctree)/arch/mips/include/asm/mach-sibyte \ |
| 498 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL | 498 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL |
| 499 | 499 | ||
| 500 | core-$(CONFIG_SIBYTE_BCM1x80) += arch/mips/sibyte/bcm1480/ | 500 | core-$(CONFIG_SIBYTE_BCM1x80) += arch/mips/sibyte/bcm1480/ |
| 501 | core-$(CONFIG_SIBYTE_BCM1x80) += arch/mips/sibyte/common/ | 501 | core-$(CONFIG_SIBYTE_BCM1x80) += arch/mips/sibyte/common/ |
| 502 | cflags-$(CONFIG_SIBYTE_BCM1x80) += -Iinclude/asm-mips/mach-sibyte \ | 502 | cflags-$(CONFIG_SIBYTE_BCM1x80) += -I$(srctree)/arch/mips/include/asm/mach-sibyte \ |
| 503 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL | 503 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL |
| 504 | 504 | ||
| 505 | # | 505 | # |
| @@ -529,14 +529,14 @@ load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 | |||
| 529 | # Broadcom BCM47XX boards | 529 | # Broadcom BCM47XX boards |
| 530 | # | 530 | # |
| 531 | core-$(CONFIG_BCM47XX) += arch/mips/bcm47xx/ | 531 | core-$(CONFIG_BCM47XX) += arch/mips/bcm47xx/ |
| 532 | cflags-$(CONFIG_BCM47XX) += -Iinclude/asm-mips/mach-bcm47xx | 532 | cflags-$(CONFIG_BCM47XX) += -I$(srctree)/arch/mips/include/asm/mach-bcm47xx |
| 533 | load-$(CONFIG_BCM47XX) := 0xffffffff80001000 | 533 | load-$(CONFIG_BCM47XX) := 0xffffffff80001000 |
| 534 | 534 | ||
| 535 | # | 535 | # |
| 536 | # SNI RM | 536 | # SNI RM |
| 537 | # | 537 | # |
| 538 | core-$(CONFIG_SNI_RM) += arch/mips/sni/ | 538 | core-$(CONFIG_SNI_RM) += arch/mips/sni/ |
| 539 | cflags-$(CONFIG_SNI_RM) += -Iinclude/asm-mips/mach-rm | 539 | cflags-$(CONFIG_SNI_RM) += -I$(srctree)/arch/mips/include/asm/mach-rm |
| 540 | ifdef CONFIG_CPU_LITTLE_ENDIAN | 540 | ifdef CONFIG_CPU_LITTLE_ENDIAN |
| 541 | load-$(CONFIG_SNI_RM) += 0xffffffff80600000 | 541 | load-$(CONFIG_SNI_RM) += 0xffffffff80600000 |
| 542 | else | 542 | else |
| @@ -548,10 +548,10 @@ all-$(CONFIG_SNI_RM) := vmlinux.ecoff | |||
| 548 | # Common TXx9 | 548 | # Common TXx9 |
| 549 | # | 549 | # |
| 550 | core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/ | 550 | core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/ |
| 551 | cflags-$(CONFIG_MACH_TX39XX) += -Iinclude/asm-mips/mach-tx39xx | 551 | cflags-$(CONFIG_MACH_TX39XX) += -I$(srctree)/arch/mips/include/asm/mach-tx39xx |
| 552 | load-$(CONFIG_MACH_TX39XX) += 0xffffffff80050000 | 552 | load-$(CONFIG_MACH_TX39XX) += 0xffffffff80050000 |
| 553 | core-$(CONFIG_MACH_TX49XX) += arch/mips/txx9/generic/ | 553 | core-$(CONFIG_MACH_TX49XX) += arch/mips/txx9/generic/ |
| 554 | cflags-$(CONFIG_MACH_TX49XX) += -Iinclude/asm-mips/mach-tx49xx | 554 | cflags-$(CONFIG_MACH_TX49XX) += -I$(srctree)/arch/mips/include/asm/mach-tx49xx |
| 555 | load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000 | 555 | load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000 |
| 556 | 556 | ||
| 557 | # | 557 | # |
| @@ -563,21 +563,17 @@ core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/ | |||
| 563 | # Routerboard 532 board | 563 | # Routerboard 532 board |
| 564 | # | 564 | # |
| 565 | core-$(CONFIG_MIKROTIK_RB532) += arch/mips/rb532/ | 565 | core-$(CONFIG_MIKROTIK_RB532) += arch/mips/rb532/ |
| 566 | cflags-$(CONFIG_MIKROTIK_RB532) += -Iinclude/asm-mips/mach-rc32434 | 566 | cflags-$(CONFIG_MIKROTIK_RB532) += -I$(srctree)/arch/mips/include/asm/mach-rc32434 |
| 567 | load-$(CONFIG_MIKROTIK_RB532) += 0xffffffff80101000 | 567 | load-$(CONFIG_MIKROTIK_RB532) += 0xffffffff80101000 |
| 568 | 568 | ||
| 569 | # | 569 | # |
| 570 | # Toshiba RBTX4927 board or | 570 | # Toshiba RBTX49XX boards |
| 571 | # Toshiba RBTX4937 board | ||
| 572 | # | 571 | # |
| 573 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/ | 572 | core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/ |
| 574 | |||
| 575 | # | ||
| 576 | # Toshiba RBTX4938 board | ||
| 577 | # | ||
| 578 | core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/ | 573 | core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/ |
| 574 | core-$(CONFIG_TOSHIBA_RBTX4939) += arch/mips/txx9/rbtx4939/ | ||
| 579 | 575 | ||
| 580 | cflags-y += -Iinclude/asm-mips/mach-generic | 576 | cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic |
| 581 | drivers-$(CONFIG_PCI) += arch/mips/pci/ | 577 | drivers-$(CONFIG_PCI) += arch/mips/pci/ |
| 582 | 578 | ||
| 583 | ifdef CONFIG_32BIT | 579 | ifdef CONFIG_32BIT |
