From ba1c5eb12591c306604929b94b9046a37170c5ff Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 12 Oct 2021 15:54:06 +0200 Subject: Makefile: copy determination test for the endian to Makefile.d Copy the test code for endian detection in an extra directory to split it from the main flashrom code. Change-Id: I0c2420fd60d7d6a23c94c9962b06bfd7f3c86ad8 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/58270 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- endiantest.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 endiantest.c (limited to 'endiantest.c') diff --git a/endiantest.c b/endiantest.c deleted file mode 100644 index a73b908a..00000000 --- a/endiantest.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "platform.h" -#if defined(__FLASHROM_LITTLE_ENDIAN__) -little -#else -big -#endif -- cgit v1.2.3