mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
256 B
Makefile
12 lines
256 B
Makefile
PKG_NAME=tlsf
|
|
PKG_URL=https://github.com/mattconte/tlsf
|
|
PKG_VERSION=a1f743ffac0305408b39e791e0ffb45f6d9bc777
|
|
PKG_LICENSE=BSD
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
CFLAGS += -Wno-cast-align
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base
|