Fix typo in src_only_app.mk
This commit is contained in:
parent
2665e2acc6
commit
35745117d9
|
@ -9,7 +9,7 @@ endif
|
||||||
CCFLAGS ?=
|
CCFLAGS ?=
|
||||||
LDSCRIPT ?= ../common/memmap.ld
|
LDSCRIPT ?= ../common/memmap.ld
|
||||||
CROSS_PREFIX ?= riscv32-unknown-elf-
|
CROSS_PREFIX ?= riscv32-unknown-elf-
|
||||||
TBEXEC ?= $(TBDIR)/tb
|
TBEXEC ?= ../tb_cxxrtl/tb
|
||||||
TBDIR := $(dir $(abspath $(TBEXEC)))
|
TBDIR := $(dir $(abspath $(TBEXEC)))
|
||||||
INCDIR ?= ../common
|
INCDIR ?= ../common
|
||||||
MAX_CYCLES ?= 100000
|
MAX_CYCLES ?= 100000
|
||||||
|
|
Loading…
Reference in New Issue