Move memcpy-neon to gfx/.

Only used by Exynos driver.
This commit is contained in:
Themaister 2014-07-17 21:39:34 +02:00
parent 8e390cb420
commit 42497350bd
2 changed files with 1 additions and 1 deletions

View File

@ -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