diff --git a/Makefile b/Makefile index cabf3d93d1..8175701c2f 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ ifeq ($(HAVE_OMAP), 1) endif ifeq ($(HAVE_EXYNOS), 1) - OBJ += gfx/exynos_gfx.o memcpy-neon.o + OBJ += gfx/exynos_gfx.o gfx/memcpy-neon.o LIBS += $(DRM_LIBS) $(EXYNOS_LIBS) DEFINES += $(DRM_CFLAGS) $(EXYNOS_CFLAGS) endif diff --git a/memcpy-neon.S b/gfx/memcpy-neon.S similarity index 100% rename from memcpy-neon.S rename to gfx/memcpy-neon.S