1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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.
This commit is contained in:
Marian Buschsieweke 2024-02-12 15:57:43 +01:00
parent 270aa7012f
commit 1fcf778526
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -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 \
#