Makefile 526 B

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright (C) 2010-2015 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 OMAP24xx
  11. MAINTAINER:=Michael Buesch <m@bues.ch>
  12. FEATURES:=targz squashfs jffs2_nand usb usbgadget display gpio audio broken
  13. CPU_TYPE:=arm1136j-s
  14. KERNEL_PATCHVER:=4.1
  15. KERNELNAME:=zImage dtbs
  16. define Target/Description
  17. TI OMAP-24xx
  18. endef
  19. include $(INCLUDE_DIR)/target.mk
  20. $(eval $(call BuildTarget))