From aa63b7fa16d9406531d11e5245b092c3d3cf2859 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 23 Feb 2017 16:48:54 +0000 Subject: [PATCH] vc4: automake: add the kernel/README to the tarball Signed-off-by: Emil Velikov Reviewed-by: Eric Anholt Reviewed-by: Andreas Boll --- src/gallium/drivers/vc4/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am index 291c28f..b361a0c 100644 --- a/src/gallium/drivers/vc4/Makefile.am +++ b/src/gallium/drivers/vc4/Makefile.am @@ -46,3 +46,5 @@ libvc4_la_LIBADD += libvc4_neon.la libvc4_neon_la_SOURCES = vc4_tiling_lt.c libvc4_neon_la_CFLAGS = $(AM_CFLAGS) -DVC4_BUILD_NEON + +EXTRA_DIST = kernel/README -- 2.7.4