Message ID | 1504116139-16430-1-git-send-email-alexander.deucher@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Am 30.08.2017 um 20:02 schrieb Alex Deucher: > Fixes the tarball generation. > > fixes: 9d133dd08720d80dfc8ce098bf0972 (tests/amdgpu: add uvd encode unit tests) > bug: https://bugs.freedesktop.org/show_bug.cgi?id=102391 > Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> > --- > tests/amdgpu/Makefile.am | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/amdgpu/Makefile.am b/tests/amdgpu/Makefile.am > index 13b3dc8..9c02fd6 100644 > --- a/tests/amdgpu/Makefile.am > +++ b/tests/amdgpu/Makefile.am > @@ -28,4 +28,5 @@ amdgpu_test_SOURCES = \ > vce_ib.h \ > frame.h \ > uvd_enc_tests.c \ > - vcn_tests.c > + vcn_tests.c \ > + uve_ib.h
diff --git a/tests/amdgpu/Makefile.am b/tests/amdgpu/Makefile.am index 13b3dc8..9c02fd6 100644 --- a/tests/amdgpu/Makefile.am +++ b/tests/amdgpu/Makefile.am @@ -28,4 +28,5 @@ amdgpu_test_SOURCES = \ vce_ib.h \ frame.h \ uvd_enc_tests.c \ - vcn_tests.c + vcn_tests.c \ + uve_ib.h
Fixes the tarball generation. fixes: 9d133dd08720d80dfc8ce098bf0972 (tests/amdgpu: add uvd encode unit tests) bug: https://bugs.freedesktop.org/show_bug.cgi?id=102391 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> --- tests/amdgpu/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)