Makefile 478 B

1234567891011121314151617181920212223
  1. #
  2. # Copyright (C) 2007-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. BOARD:=lantiq
  9. BOARDNAME:=Lantiq
  10. FEATURES:=squashfs
  11. SUBTARGETS:=xrx200 xway xway_legacy falcon
  12. MAINTAINER:=John Crispin <john@phrozen.org>
  13. KERNEL_PATCHVER:=4.4
  14. define Target/Description
  15. Build firmware images for Lantiq SoC
  16. endef
  17. include $(INCLUDE_DIR)/target.mk
  18. $(eval $(call BuildTarget))