summary refs log tree commit diff stats
path: root/tests/tcg/arm/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/arm/Makefile.include')
-rw-r--r--tests/tcg/arm/Makefile.include8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tcg/arm/Makefile.include b/tests/tcg/arm/Makefile.include
deleted file mode 100644
index 8e7eac008f..0000000000
--- a/tests/tcg/arm/Makefile.include
+++ /dev/null
@@ -1,8 +0,0 @@
-# Makefile.include for all ARM targets
-#
-# We don't have any bigendian build tools so we only use this for armhf
-
-ifeq ($(TARGET_NAME),arm)
-DOCKER_IMAGE=debian-armhf-cross
-DOCKER_CROSS_COMPILER=arm-linux-gnueabihf-gcc
-endif