Makefile 590 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Copyright (C) 2010-2011 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:=arm
  9. BOARD:=realview
  10. BOARDNAME:=ARM Ltd. Realview board (qemu)
  11. FEATURES:=fpu ramdisk
  12. CPU_TYPE:=mpcore
  13. CPU_SUBTYPE:=vfp
  14. MAINTAINER:=Florian Fainelli <florian@openwrt.org>
  15. KERNEL_PATCHVER:=3.18
  16. DEVICE_TYPE:=developerboard
  17. include $(INCLUDE_DIR)/target.mk
  18. define Target/Description
  19. Build images for ARM Ltd. Realview boards to be run with qemu
  20. endef
  21. KERNELNAME:=zImage
  22. $(eval $(call BuildTarget))