1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00
RIOT/tests/pkg/xipfs/Makefile
2025-07-23 12:44:38 +02:00

14 lines
203 B
Makefile

include ../Makefile.pkg_common
BOARD ?= dwm1001
SLOT_AUX_LEN := 0x8000
USEPKG += xipfs
USEMODULE += xipfs
USEMODULE += saul_default
TOOLCHAINS_BLACKLIST += llvm
include $(RIOTBASE)/Makefile.include