jtagremote: Add to Makefile and fix build

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2023-03-08 13:03:11 +01:00
parent c8dcc39957
commit a5d85518c9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
include ../variables.mak
MODULES = xgmii_ethernet ethernet serial2console serial2tcp clocker spdeeprom gmii_ethernet $(if $(VIDEO), video)
MODULES = xgmii_ethernet ethernet serial2console serial2tcp clocker spdeeprom gmii_ethernet jtagremote $(if $(VIDEO), video)
.PHONY: $(MODULES) $(EXTRA_MOD_LIST)
all: $(MODULES) $(EXTRA_MOD_LIST)

View File

@ -61,7 +61,7 @@ out:
static int litex_sim_module_pads_get( struct pad_s *pads, char *name, void **signal)
{
int ret;
int ret = RC_OK;
void *sig = NULL;
int i;