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:
Rupert Swarbrick 2022-04-13 21:27:20 +01:00 committed by hcallahan-lowrisc
parent 8faf3198fa
commit 58ade762be

View file

@ -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 ../../../)