mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
14 lines
203 B
Makefile
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
|