mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Set empty SUFFIXES in core_ibex/Makefile
No functional change, but it makes tracking down dependencies much easier with "make -d".
This commit is contained in:
parent
8faf3198fa
commit
58ade762be
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
GEN_DIR := $(realpath ../../../vendor/google_riscv-dv)
|
||||
TOOLCHAIN := ${RISCV_TOOLCHAIN}
|
||||
export IBEX_ROOT := $(realpath ../../../)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue