make BSP location for fw configurable

This commit is contained in:
2025-07-30 06:41:36 +02:00
parent 7327ca4fb0
commit b29f7ab6fa
2 changed files with 2 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ LDFLAGS := -march=$(RISCV_ARCH) -mabi=$(RISCV_ABI)
compiler := $(shell which riscv64-unknown-elf-gcc)
TOOL_DIR=$(dir $(compiler))
BSP_BASE = ../bsp
BSP_BASE ?= ../bsp
include $(BSP_BASE)/env/common-gcc.mk