X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2FMakefile;h=80f82aef2ba595d5b27186cf5e86a31ab06d8555;hp=026d950383745919786e25619c1b2922e6f1a626;hb=15776b68de021ae41ebd5d8d646beca694c3784d;hpb=1db5bc1ed7f992d7c2686f5359e53301eba2b2ca diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index 026d9503..80f82aef 100644 --- a/plugins/gpu_unai/Makefile +++ b/plugins/gpu_unai/Makefile @@ -16,7 +16,7 @@ LDFLAGS += -shared -Wl,-soname,$(TARGET) all: $(TARGET) -$(TARGET): gpu.cpp ../../frontend/arm_utils.s +$(TARGET): gpu.cpp ../../frontend/cspace_neon.s $(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS) # $(TARGET): *.h