Makefile 647 B

123456789101112131415161718192021222324252627
  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:=arm
  9. BOARD:=cns3xxx
  10. BOARDNAME:=Cavium Networks Econa CNS3xxx
  11. FEATURES:=squashfs fpu gpio
  12. CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time
  13. MAINTAINER:=Imre Kaloz <[email protected]>
  14. LINUX_VERSION:=2.6.31.14
  15. include $(INCLUDE_DIR)/target.mk
  16. define Target/Description
  17. Build images for Cavium Networks Econa CNS3xxx based boards,
  18. eg. the Gateworks Laguna family
  19. endef
  20. KERNELNAME:="uImage"
  21. $(eval $(call BuildTarget))