Makefile 506 B

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