summaryrefslogtreecommitdiff
path: root/rtl/core/mod.mk
blob: 960d1f1589d841138fd464d7a832bceaf31b6991 (plain)
1
2
3
4
5
6
7
8
9
define core
  $(this)/deps     := config
  $(this)/rtl_dirs := .
  $(this)/rtl_top  := core

  ifeq (sim,$(flow/type))
    $(this)/deps += ip_mul
  endif
endef