target.mk 339 B

12345678910111213141516
  1. #
  2. # Copyright (C) 2011 Flexibity
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. SUBTARGET:=flexibity
  8. BOARDNAME:=Flexibity Connect (AT91)
  9. FEATURES:=ext2 tgz usb
  10. LINUX_VERSION:=2.6.39
  11. define Target/Description
  12. Build fimware images for Flexibity Connect board.
  13. endef