Makefile 538 B

12345678910111213141516171819202122232425
  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:=omap24xx
  10. BOARDNAME:=TI OMAP-24xx
  11. MAINTAINER:=Michael Buesch <[email protected]>
  12. FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio
  13. LINUX_VERSION:=3.1.10
  14. define Target/Description
  15. TI OMAP-24xx
  16. endef
  17. CFLAGS:=-Os -pipe -march=armv6 -mtune=arm1136j-s -fno-caller-saves
  18. include $(INCLUDE_DIR)/target.mk
  19. $(eval $(call BuildTarget))