Commit 66ada9ec authored by Lucas Russo's avatar Lucas Russo

src/*/libbpmclient/Makefile: define MLM_BUILD_DRAFT_API

As all of the Malamute is a draft API, we need
this for Malamute version 1.0.0
parent 58caddb1
......@@ -46,6 +46,10 @@ ifeq ($(BOARD),$(filter $(BOARD),afcv3 afcv3_1))
CFLAGS_USR += -D__BOARD_AFCV3__
endif
# Malamute 1.0.0 requires this to be defined
# as all of its API is in DRAFT state
CFLAGS_USR += -DMLM_BUILD_DRAFT_API
CFLAGS_DEBUG =
# To enable this option, use: make ERRHAND_DBG=y
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment