# Compiling SPU program
PROGRAM_spu		= hello_spu

# Generate image to be embedded in 32-bit PPU program
LIBRARY_embed	= hello_spu.a

CFLAGS_gcc		= -std=gnu99
CC_OPT_LEVEL	= $(CC_OPT_LEVEL_DEBUG)

# Use SDK build environment
include $(CELL_TOP)/make.footer
