# Process SPU program
DIRS			= spu

# Compiling 32-bit PPU program
PROGRAM_ppu		= hello

# Link with SPU program and libspe
IMPORTS			= spu/hello_spu.a -lspe

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

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