Home | History | Annotate | Download | only in flatbuffers
      1 #
      2 # FlatBuffers Makefile - include this and add $(FLATBUFFERS_CFLAGS) to the build
      3 # configuration as needed
      4 #
      5 
      6 FLATBUFFERS_PATH = external/flatbuffers
      7 
      8 FLATBUFFERS_CFLAGS := -I$(FLATBUFFERS_PATH)/include
      9 FLATBUFFERS_CFLAGS += -DFLATBUFFERS_CHRE
     10