Makefile 611 B

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright (C) 2013 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:=imx23
  10. BOARDNAME:=Freescale i.MX23 series
  11. FEATURES:=ext4 rtc usb gpio
  12. CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s
  13. MAINTAINER:=Zoltan HERPAI <[email protected]>
  14. LINUX_VERSION:=3.10.4
  15. KERNELNAME:="zImage dtbs"
  16. #DEPENDS:=+imx-bootlets
  17. define Target/Description
  18. Support for Freescale i.MX233-based boards
  19. endef
  20. include $(INCLUDE_DIR)/target.mk
  21. DEFAULT_PACKAGES += kmod-wdt-stmp3xxx
  22. $(eval $(call BuildTarget))