1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 22:53:02 +01:00
RIOT/pkg/cn-cbor/Makefile

14 lines
362 B
Makefile
Raw Normal View History

2017-11-13 22:10:11 +01:00
PKG_NAME=cn-cbor
PKG_URL=https://github.com/jimsch/cn-cbor
PKG_VERSION=821797f9421c04dc783561dc465066857839e108 # 1.0.0
2017-11-13 22:10:11 +01:00
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
2017-11-13 22:10:11 +01:00
# Enable code forcing aligned reads
CFLAGS += -DCBOR_ALIGN_READS
CFLAGS += -Wno-return-local-addr
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)