blob: 05e435e49721facb9659aa8573739c4d1d7df61f (
plain)
1
2
3
4
5
6
7
8
9
10
|
define core
$(this)/deps := gfx if_common
$(this)/rtl_top := w3d_top
$(this)/rtl_dirs := .
$(this)/rtl_files := w3d_top.sv
$(this)/vl_main := main.cpp remote_bitbang.cpp
$(this)/vl_pkgconfig := sdl2
endef
|