Makefile 393 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2016 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=arc
  6. CPU_TYPE:=archs
  7. BOARD:=archs38
  8. BOARDNAME:=Synopsys DesignWare ARC HS38
  9. FEATURES:=source-only
  10. SUBTARGETS:=generic
  11. KERNEL_PATCHVER:=6.1
  12. DEVICE_TYPE:=basic
  13. define Target/Description
  14. Synopsys DesignWare boards
  15. endef
  16. include $(INCLUDE_DIR)/target.mk
  17. $(eval $(call BuildTarget))