DIRS			= spu

PROGRAM_ppu		= dist
# Uncomment and fill in with SPU program name
IMPORTS			= -lspe -lm # spu/<spu program name>.a

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

include $(CELL_TOP)/make.footer
