mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
064c799e57
- periph/eeprom.c - periph/wdt.c - periph/gpio_ll_irq.c removed unsupported cpuid and dpgpin feature for atmega8 cpu familly pkg/qdsa: bump the commit hash bump the commit hash after RIOT-OS/qDSA#4 was merged
12 lines
289 B
Makefile
12 lines
289 B
Makefile
PKG_NAME=qdsa
|
|
PKG_URL=https://github.com/RIOT-OS/qdsa.git
|
|
PKG_VERSION=3fa25ffa3971000fe4a3e3b42340c40c8d79f2a2
|
|
PKG_LICENSE=PD
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
CFLAGS += -Wno-cast-align
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/$(patsubst qdsa_impl_%,%,$(filter qdsa_impl_%,$(USEMODULE)))
|