mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
250 B
Makefile
12 lines
250 B
Makefile
include ../Makefile.pkg_common
|
|
|
|
USEMODULE += hashes
|
|
USEPKG += micro-ecc
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
# Increase Stack size for AVR
|
|
ifneq (,$(filter avr8_common,$(USEMODULE)))
|
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
|
|
endif
|