gpu_unai: add 4bpp asm sprite blitter
[pcsx_rearmed.git] / plugins / gpu_unai / Makefile
index 531c9fb..e4b6e6b 100644 (file)
@@ -16,7 +16,7 @@ CFLAGS += -mcpu=arm926ej-s -mtune=arm926ej-s
 SRC += ../../frontend/cspace.c
 endif
 
-SRC += gpu.cpp
+SRC += gpu.cpp gpu_arm.s
 
 TARGET = gpuPCSX4ALL.so
 LDFLAGS += -shared -Wl,-soname,$(TARGET)