1# 2# ASH Makefile 3# 4 5# Common Compiler Flags ######################################################## 6 7# Include paths. 8COMMON_CFLAGS += -Iash/include 9 10# Hexagon-specific Source Files ################################################ 11 12HEXAGON_SRCS += ash/platform/slpi/ash.cc 13 14# x86-specific Source Files #################################################### 15 16X86_SRCS += ash/platform/linux/ash.cc 17