diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-10-19 19:40:16 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-10-19 19:40:16 +0200 |
commit | 97968cb17dee6d1d0e68149fe2fb71362cdc5851 (patch) | |
tree | 595b760f7487e22fdecf633e4da009e5b2343b6f /code/fe310/eos/Makefile | |
parent | 84735c23109b77e0691da208d31c374aa943b257 (diff) |
network sockets added
Diffstat (limited to 'code/fe310/eos/Makefile')
-rw-r--r-- | code/fe310/eos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/Makefile b/code/fe310/eos/Makefile index 94eb89a..b7f401c 100644 --- a/code/fe310/eos/Makefile +++ b/code/fe310/eos/Makefile @@ -7,7 +7,7 @@ AR = $(FE310_HOME)/work/build/riscv-gnu-toolchain/riscv64-unknown-elf/prefix/bin CFLAGS = $(CFLAGS_PL) -I../.. -obj = trap_entry.o eos.o msgq.o event.o interrupt.o timer.o i2s.o spi.o net.o ecp.o +obj = trap_entry.o eos.o msgq.o event.o interrupt.o timer.o i2s.o spi.o net.o sock.o ecp.o %.o: %.c %.h |