Blame view

RIOT/tests/unittests/tests-cbor/Makefile 172 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
  CFLAGS += -DCBOR_NO_PRINT
  
  ifeq (,$(filter native,$(BOARD)))
  	CFLAGS += -DCBOR_NO_FLOAT -DCBOR_NO_PRINT -DCBOR_NO_SEMANTIC_TAGGING
  endif
  
  include $(RIOTBASE)/Makefile.base