From 1fcf7785267f3d1b3cc3b35cca60a835fdd21724 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Mon, 12 Feb 2024 15:57:43 +0100 Subject: [PATCH] tests/periph/spi_dma: fix Makefile.ci The `Makefile.ci` was intended to be read and generated by command line utilities and the contents should look exactly like this: ``` BOARD_INSUFFICIENT_MEMORY += \ board_a \ board_b \ ... \ # ``` No fancy schmancy, no `include`, no nothing. This fixes the format. --- tests/periph/spi_dma/Makefile.ci | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/periph/spi_dma/Makefile.ci diff --git a/tests/periph/spi_dma/Makefile.ci b/tests/periph/spi_dma/Makefile.ci deleted file mode 100644 index df2e10ce92b7..000000000000 --- a/tests/periph/spi_dma/Makefile.ci +++ /dev/null @@ -1,6 +0,0 @@ -# Boards not able to accomodate the regular SPI test will not be able to link -# this test. -include ../spi/Makefile.ci -BOARD_INSUFFICIENT_MEMORY += \ - samd10-xmini \ - #