summaryrefslogtreecommitdiff
path: root/lib/tests/Android.mk
diff options
context:
space:
mode:
authorRobert Foss <robert.foss@collabora.com>2016-07-27 13:17:46 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-04 13:13:05 +0200
commite2e57eeda187f211ddad07e45e0fca6404edc5dd (patch)
tree21b7753a9e2ba90fe46a29e3484c68f20f2fe83a /lib/tests/Android.mk
parent21d0193dc6d68ea003ffcd1a81c0080a032fa84c (diff)
lib/tests/Makefile: Replace automake specific names of listings in Makefile.sources
Replace the automake specific names of listings with something that isn't automake specific. Signed-off-by: Robert Foss <robert.foss@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/tests/Android.mk')
-rw-r--r--lib/tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Android.mk b/lib/tests/Android.mk
index df8e1590..026f17f8 100644
--- a/lib/tests/Android.mk
+++ b/lib/tests/Android.mk
@@ -37,5 +37,5 @@ IGT_LOCAL_C_INCLUDES += ${ANDROID_BUILD_TOP}/external/PRIVATE/drm/include/drm
IGT_LOCAL_STATIC_LIBRARIES := libintel_gpu_tools
IGT_LOCAL_SHARED_LIBRARIES := libpciaccess libdrm libdrm_intel
-$(foreach item,$(check_PROGRAMS),$(eval $(call add_test,$(item))))
+$(foreach item,$($(check_prog_list)),$(eval $(call add_test,$(item))))