DIRS			= spu

PROGRAM_ppu		= sim
IMPORTS			= spu/sim_spu.a -lspe

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

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