mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 23:11:19 +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:
parent
270aa7012f
commit
1fcf778526
@ -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 \
|
||||
#
|
||||
Loading…
x
Reference in New Issue
Block a user