03-nsim_hs.mk 345 B

123456789101112131415
  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. define Profile/nsim_hs
  8. NAME:=Synopsys nSIM
  9. endef
  10. define Profile/nsim_hs/Description
  11. Package set compatible with hardware using Synopsys nSIM HS boards.
  12. endef
  13. $(eval $(call Profile,nsim_hs))