Makefile 527 B

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright (C) 2009-2010 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. ARCH:=mipsel
  9. BOARD:=xburst
  10. BOARDNAME:=Ingenic XBurst
  11. FEATURES:=jffs2 targz ubifs audio
  12. SUBTARGETS:=qi_lb60 n516 n526 id800wt
  13. LINUX_VERSION:=2.6.35.4
  14. DEVICE_TYPE=other
  15. CFLAGS:=-march=mips32
  16. include $(INCLUDE_DIR)/target.mk
  17. define Target/Description
  18. Build firmware images for XBurst JZ47x0 based boards.
  19. endef
  20. $(eval $(call BuildTarget))