diff options
Diffstat (limited to 'rtl/core/mod.mk')
| -rw-r--r-- | rtl/core/mod.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rtl/core/mod.mk b/rtl/core/mod.mk new file mode 100644 index 0000000..960d1f1 --- /dev/null +++ b/rtl/core/mod.mk @@ -0,0 +1,9 @@ +define core + $(this)/deps := config + $(this)/rtl_dirs := . + $(this)/rtl_top := core + + ifeq (sim,$(flow/type)) + $(this)/deps += ip_mul + endif +endef |
