# # Host Awake World Makefile # # Common Compiler Flags ######################################################## # Include paths. COMMON_CFLAGS += -Iapps/host_awake_world/include # Common Source Files ########################################################## COMMON_SRCS += apps/host_awake_world/host_awake_world.cc