connect SimNetwork to actual network

This commit is contained in:
Howard Mao
2017-07-04 03:54:32 +00:00
parent cb6290539c
commit abef4737fa
5 changed files with 302 additions and 53 deletions

View File

@@ -3,7 +3,7 @@ OBJDUMP=riscv64-unknown-elf-objdump
CFLAGS=-mcmodel=medany -std=gnu99 -O2 -fno-common -fno-builtin-printf -Wall
LDFLAGS=-static -nostdlib -nostartfiles -lgcc
PROGRAMS = pwm blkdev accum charcount nic-loopback
PROGRAMS = pwm blkdev accum charcount nic-loopback pingd
default: $(addsuffix .riscv,$(PROGRAMS))