Move memcpy implementations into separate dir

This commit is contained in:
twinaphex 2014-07-20 05:33:53 +02:00
parent 38eb1d4d3d
commit 0454ed7808
7 changed files with 4 additions and 4 deletions

View File

@ -216,7 +216,7 @@ ifeq ($(HAVE_OMAP), 1)
endif endif
ifeq ($(HAVE_EXYNOS), 1) ifeq ($(HAVE_EXYNOS), 1)
OBJ += gfx/exynos_gfx.o gfx/memcpy-neon.o OBJ += gfx/exynos_gfx.o mem/neon/memcpy-neon.o
LIBS += $(DRM_LIBS) $(EXYNOS_LIBS) LIBS += $(DRM_LIBS) $(EXYNOS_LIBS)
DEFINES += $(DRM_CFLAGS) $(EXYNOS_CFLAGS) DEFINES += $(DRM_CFLAGS) $(EXYNOS_CFLAGS)
endif endif

View File

@ -28,7 +28,7 @@
#endif #endif
#ifdef __CELLOS_LV2__ #ifdef __CELLOS_LV2__
#include "../ps3/altivec_mem.c" #include "../mem/altivec/altivec_mem.c"
#endif #endif

View File

@ -4,7 +4,7 @@
#include <sdk_version.h> #include <sdk_version.h>
#include "../../altivec_mem.h" #include "../../mem/altivec/altivec_mem.h"
#include "include/GmmAlloc.h" #include "include/GmmAlloc.h"
#include "include/rgl-typedefs.h" #include "include/rgl-typedefs.h"

View File

@ -2,7 +2,7 @@
#include <sdk_version.h> #include <sdk_version.h>
#include "../../altivec_mem.h" #include "../../mem/altivec/altivec_mem.h"
#include "include/GmmAlloc.h" #include "include/GmmAlloc.h"
#include "include/rgl-typedefs.h" #include "include/rgl-typedefs.h"