• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #
2 # BLE World Makefile
3 #
4 
5 # Common Compiler Flags ########################################################
6 
7 # Include paths.
8 COMMON_CFLAGS += -Iapps/ble_world/include
9 
10 # Common Source Files ##########################################################
11 
12 COMMON_SRCS += apps/ble_world/ble_world.cc
13