1# 2# Host Awake World Makefile 3# 4 5# Common Compiler Flags ######################################################## 6 7# Include paths. 8COMMON_CFLAGS += -Iapps/host_awake_world/include 9 10# Common Source Files ########################################################## 11 12COMMON_SRCS += apps/host_awake_world/host_awake_world.cc 13