Merge pull request #1638 from gatecat/jtagremote_fix

jtagremote: Add to Makefile and fix build
This commit is contained in:
enjoy-digital 2023-03-08 18:47:52 +01:00 committed by GitHub
commit fb1cd22ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;