1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/libhydrogen/Makefile

17 lines
478 B
Makefile
Raw Normal View History

2018-09-20 16:40:22 +02:00
PKG_NAME = libhydrogen
PKG_URL = https://github.com/jedisct1/libhydrogen
2022-09-06 12:28:38 +02:00
PKG_VERSION = 0d4224321eb2b3224fc4bf9bc65e3331054fc6ae
2018-09-20 16:40:22 +02:00
PKG_LICENSE = ISC
include $(RIOTBASE)/pkg/pkg.mk
2018-09-20 16:40:22 +02:00
# This warning is triggered on non-32bit platforms
CFLAGS += -Wno-type-limits
2021-11-12 20:35:20 +01:00
CFLAGS += -Wno-cast-align
2018-09-20 16:40:22 +02:00
# Silence warning popping up since `gcc version 11.2.0 (Ubuntu 11.2.0-19ubuntu1)`
CFLAGS += -Wno-stringop-overflow
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base