Blame view

RIOT/pkg/oonf_api/Makefile.include 150 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
  INCLUDES += -I$(BINDIRBASE)/pkg/$(BOARD)/oonf_api/src-api
  
  ifeq ($(shell uname -s),Darwin)
  	CFLAGS += -Wno-reserved-id-macro -Wno-keyword-macro
  endif