DIRS			= spu

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

CFLAGS_gcc		= -std=gnu99
CC_OPT_LEVEL	= -O2 -g

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