#
# Makefile.include for all RISCV targets
# Debian only really cares about 64 bit going forward
ifeq ($(TARGET_NAME),riscv64)
DOCKER_IMAGE=debian-riscv64-cross
DOCKER_CROSS_COMPILER=riscv64-linux-gnu-gcc
endif