TARGET = gpu
TYPE = ps-exe

SRCS += \
../../common/syscalls/printf.s \
../../common/crt0/memory-s.s \
../../common/crt0/memory-c.c \
../../common/crt0/crt0.s \
gpu.c \

include ../../common.mk
