Platform 943 B

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # Core Alchemy code
  3. #
  4. platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
  5. #
  6. # AMD Alchemy Db1000/Db1500/Pb1500/Db1100/Pb1100
  7. # Db1550/Pb1550/Db1200/Pb1200/Db1300
  8. #
  9. platform-$(CONFIG_MIPS_DB1XXX) += alchemy/devboards/
  10. cflags-$(CONFIG_MIPS_DB1XXX) += -I$(srctree)/arch/mips/include/asm/mach-db1x00
  11. load-$(CONFIG_MIPS_DB1XXX) += 0xffffffff80100000
  12. #
  13. # 4G-Systems MTX-1 "MeshCube" wireless router
  14. #
  15. load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000
  16. #
  17. # MyCable eval board
  18. #
  19. load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000
  20. #
  21. # Trapeze ITS GRP board
  22. #
  23. load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000
  24. # boards can specify their own <gpio.h> in one of their include dirs.
  25. # If they do, placing this line here at the end will make sure the
  26. # compiler picks the board one. If they don't, it will make sure
  27. # the alchemy generic gpio header is picked up.
  28. cflags-$(CONFIG_MIPS_ALCHEMY) += -I$(srctree)/arch/mips/include/asm/mach-au1x00