Makefile 489 B

12345678910111213141516171819202122232425
  1. #
  2. # Copyright (C) 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:=arc
  9. BOARD:=arc770
  10. BOARDNAME:=Synopsys DesignWare ARC 770D
  11. MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com>
  12. SUBTARGETS:=generic
  13. KERNEL_PATCHVER:=4.4
  14. DEVICE_TYPE:=developerboard
  15. define Target/Description
  16. Synopsys DesignWare boards
  17. endef
  18. include $(INCLUDE_DIR)/target.mk
  19. $(eval $(call BuildTarget))