Makefile 462 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (C) 2007 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:=mips
  9. BOARD:=ifxmips
  10. BOARDNAME:=Infineon Mips
  11. FEATURES:=squashfs jffs2
  12. LINUX_VERSION:=2.6.25.10
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES:=uboot-ifxmips
  15. define Target/Description
  16. Build firmware images for Infineon Mips Controllers
  17. endef
  18. $(eval $(call BuildTarget))