]> git.proxmox.com Git - mirror_qemu.git/blame - tests/tcg/arm/Makefile.include
tests/tcg: cleanup Makefile inclusions
[mirror_qemu.git] / tests / tcg / arm / Makefile.include
CommitLineData
ab4aac50
AB
1# Makefile.include for all ARM targets
2#
3# We don't have any bigendian build tools so we only use this for armhf
4
5ifeq ($(TARGET_NAME),arm)
6DOCKER_IMAGE=debian-armhf-cross
7DOCKER_CROSS_COMPILER=arm-linux-gnueabihf-gcc
8endif