From 66efed88eff45dca65661ab65327ee47f2732cfa Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Sun, 25 Oct 2020 11:27:31 -0400 Subject: Add networking support using host tap device * Emulation of GRETH 10/100 Mbit MAC and PHY * Supported only on linux --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 59d1b20..a7c9c0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ endif bin_PROGRAMS = sis sis_SOURCES = erc32.c grlib.c leon3.c exec.c func.c help.c \ sparc.c riscv.c leon2.c sis.c interf.c remote.c elf.c \ + greth.c tap.c \ $(LN_SRC) AM_CFLAGS = -DFAST_UART -- cgit v1.2.3