diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-03-27 04:37:16 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-03-27 04:37:16 +0200 |
commit | 45ffefd8a79598900ea288c726a29aa145d46bb2 (patch) | |
tree | 7af167320d576dfb37a57017f1487fa310183712 /code/fe310/eos/Makefile | |
parent | 9ed7686b336eed7672d91ec4b2180e5d48a3fe80 (diff) |
fixed wm param for spi; added cond compile for spi handlers in asm; refactored i2s
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 a3fb640..f097327 100644 --- a/code/fe310/eos/Makefile +++ b/code/fe310/eos/Makefile @@ -5,7 +5,7 @@ FE310_HOME = /opt/my/freedom-e-sdk CC = $(FE310_HOME)/work/build/riscv-gnu-toolchain/riscv64-unknown-elf/prefix/bin/riscv64-unknown-elf-gcc AR = $(FE310_HOME)/work/build/riscv-gnu-toolchain/riscv64-unknown-elf/prefix/bin/riscv64-unknown-elf-ar -CFLAGS = $(CFLAGS_PL) -I../.. +CFLAGS = $(CFLAGS_PL) -I../.. # -DEOS_WITH_SPI_ASM obj = trap_entry.o eos.o msgq.o event.o interrupt.o timer.o i2s.o net.o ecp.o |