mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
313 B
Makefile
15 lines
313 B
Makefile
include ../Makefile.pkg_common
|
|
|
|
USEPKG += lz4
|
|
|
|
# lz4 requires a custom thread stack size
|
|
CFLAGS += -DTHREAD_STACKSIZE_DEFAULT=16384
|
|
|
|
# stk3200 and nucleo-l011k4 boards don't allow a custom default thread stacksize
|
|
BOARD_BLACKLIST := \
|
|
nucleo-l011k4 \
|
|
stk3200 \
|
|
#
|
|
|
|
include $(RIOTBASE)/Makefile.include
|