1# 2# ASH Makefile 3# 4 5# Common Compiler Flags ######################################################## 6 7# Include paths. 8COMMON_CFLAGS += -Iash/include 9COMMON_CFLAGS += -Iash/include/ash_api 10 11# Simulator-specific Source Files ############################################## 12 13SIM_SRCS += ash/platform/linux/ash.cc 14