diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:30:47 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:30:47 -0600 |
| commit | a4b94d40e61e634aa8e970af3911a7671e7d8d50 (patch) | |
| tree | e7fc9b2b9d84a32aa9f01aa744008d3308feac92 /mk/builtin/mod.mk | |
| parent | d5dd7bf1879c2a99779b70b8f063f3f16d8b2df8 (diff) | |
mk: implement peakrdl support
Diffstat (limited to 'mk/builtin/mod.mk')
| -rw-r--r-- | mk/builtin/mod.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/builtin/mod.mk b/mk/builtin/mod.mk new file mode 100644 index 0000000..18d7b32 --- /dev/null +++ b/mk/builtin/mod.mk @@ -0,0 +1,5 @@ +cores := peakrdl_intfs + +define core/peakrdl_intfs + $(this)/rtl_dirs := peakrdl_intfs +endef |
