1
0

Makefile 658 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Copyright (C) 2012-2014 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:=omap
  10. BOARDNAME:=TI OMAP3/4/AM33xx
  11. FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs
  12. CPU_TYPE:=cortex-a9
  13. CPU_SUBTYPE:=vfpv3
  14. KERNEL_PATCHVER:=4.4
  15. MAINTAINER:=Alexander Couzens <lynxis@fe80.eu>
  16. KERNELNAME:=zImage dtbs
  17. define Target/Description
  18. TI OMAP boards
  19. endef
  20. include $(INCLUDE_DIR)/target.mk
  21. DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
  22. $(eval $(call BuildTarget))