Makefile 499 B

1234567891011121314151617181920212223
  1. #
  2. # Copyright (C) 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:=malta
  10. BOARDNAME:=MIPS Malta CoreLV board (qemu)
  11. FEATURES:=ramdisk
  12. CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
  13. LINUX_VERSION:=2.6.32.8
  14. include $(INCLUDE_DIR)/target.mk
  15. define Target/Description
  16. Build firmware images for MTI Malta CoreLV boards.
  17. endef
  18. $(eval $(call BuildTarget))