mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 00:41:35 +00:00
make BSP location for fw configurable
This commit is contained in:
2
fw/.gitignore
vendored
2
fw/.gitignore
vendored
@@ -1 +1 @@
|
||||
/fir
|
||||
/bsp
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user