1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/cn-cbor/Makefile
Benjamin Valentin ae8ed273ab pkg/cn-cbor bump to 1.0.0
Upstream changed, original upstream is archived now with this note:

> Jim Schaad now is so far ahead of this repo that you are most
> likely better off using his repo as your upstream.
2020-08-19 23:25:25 +02:00

13 lines
324 B
Makefile

PKG_NAME=cn-cbor
PKG_URL=https://github.com/jimsch/cn-cbor
PKG_VERSION=821797f9421c04dc783561dc465066857839e108 # 1.0.0
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
# Enable code forcing aligned reads
CFLAGS += -DCBOR_ALIGN_READS
all:
"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)