add SimpleNic

This commit is contained in:
Howard Mao
2017-06-26 20:27:47 -07:00
parent 8d029185ca
commit 6e3a173c93
5 changed files with 82 additions and 2 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
PROGRAMS = pwm blkdev accum charcount nic-loopback
default: $(addsuffix .riscv,$(PROGRAMS))