Fix typo in src_only_app.mk

This commit is contained in:
Luke Wren 2024-06-06 08:33:55 +01:00
parent 2665e2acc6
commit 35745117d9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ endif
CCFLAGS ?=
LDSCRIPT ?= ../common/memmap.ld
CROSS_PREFIX ?= riscv32-unknown-elf-
TBEXEC ?= $(TBDIR)/tb
TBEXEC ?= ../tb_cxxrtl/tb
TBDIR := $(dir $(abspath $(TBEXEC)))
INCDIR ?= ../common
MAX_CYCLES ?= 100000