summaryrefslogtreecommitdiff
path: root/platform/wavelet3d/mod.mk
blob: 16c6cfc52d37a9e04454ba0d3b1d9fd7078ca34c (plain)
1
2
3
4
5
6
7
8
9
10
define core
  $(this)/deps := gfx

  $(this)/rtl_top := w3d_top
  $(this)/rtl_dirs := .
  $(this)/rtl_files := w3d_top.sv

  $(this)/vl_main := main.cpp
  $(this)/vl_pkgconfig := sdl2
endef