mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +00:00
Move memcpy-neon to gfx/.
Only used by Exynos driver.
This commit is contained in:
parent
8e390cb420
commit
42497350bd
2
Makefile
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user