atmel.mk 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. #
  2. # Copyright (C) 2013 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/AT91SAM9263EK
  8. NAME:=Atmel AT91SAM9263-EK
  9. endef
  10. define Profile/AT91SAM9263EK/Description
  11. Atmel AT91SAM9263-EK eval board
  12. endef
  13. $(eval $(call Profile,AT91SAM9263EK))
  14. define Profile/AT91SAM9G15EK
  15. NAME:=Atmel AT91SAM9G15-EK
  16. endef
  17. define Profile/AT91SAM9G15EK/Description
  18. Atmel AT91SAM9G15-EK eval board
  19. endef
  20. $(eval $(call Profile,AT91SAM9G15EK))
  21. define Profile/AT91SAM9G20EK
  22. NAME:=Atmel AT91SAM9G20-EK
  23. endef
  24. define Profile/AT91SAM9G20EK/Description
  25. Atmel AT91SAM9G20-EK eval board
  26. endef
  27. $(eval $(call Profile,AT91SAM9G20EK))
  28. define Profile/AT91SAM9G20EK-2MMC
  29. NAME:=Atmel AT91SAM9G20-EK 2MMC
  30. endef
  31. define Profile/AT91SAM9G20EK-2MMC/Description
  32. Atmel AT91SAM9G20-EK eval board with 2 MMC
  33. endef
  34. $(eval $(call Profile,AT91SAM9G20EK-2MMC))
  35. define Profile/AT91SAM9G25EK
  36. NAME:=Atmel AT91SAM9G25-EK
  37. endef
  38. define Profile/AT91SAM9G25EK/Description
  39. Atmel AT91SAM9G25-EK eval board
  40. endef
  41. $(eval $(call Profile,AT91SAM9G25EK))
  42. define Profile/AT91SAM9G35EK
  43. NAME:=Atmel AT91SAM9G35-EK
  44. endef
  45. define Profile/AT91SAM9G35EK/Description
  46. Atmel AT91SAM9G35-EK eval board
  47. endef
  48. $(eval $(call Profile,AT91SAM9G35EK))
  49. define Profile/AT91SAM9M10G45EK
  50. NAME:=Atmel AT91SAM9M10G45-EK
  51. endef
  52. define Profile/AT91SAM9M10G45EK/Description
  53. Atmel AT91SAM9M10G45-EK eval board
  54. endef
  55. $(eval $(call Profile,AT91SAM9M10G45EK))
  56. define Profile/AT91SAM9X25EK
  57. NAME:=Atmel AT91SAM9X25-EK
  58. endef
  59. define Profile/AT91SAM9X25EK/Description
  60. Atmel AT91SAM9X25-EK eval board
  61. endef
  62. $(eval $(call Profile,AT91SAM9X25EK))
  63. define Profile/AT91SAM9X35EK
  64. NAME:=Atmel AT91SAM9X35-EK
  65. endef
  66. define Profile/AT91SAM9X35EK/Description
  67. Atmel AT91SAM9X35-EK eval board
  68. endef
  69. $(eval $(call Profile,AT91SAM9X35EK))