diff options
author | Emil Velikov <[email protected]> | 2017-02-23 16:48:54 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-24 17:36:57 +0000 |
commit | aa63b7fa16d9406531d11e5245b092c3d3cf2859 (patch) | |
tree | e2206aee59b4260a8b43563e6c13457889419d33 /src | |
parent | f64a7c74c350f016dbcf2594d558adf1cc4d5ae5 (diff) |
vc4: automake: add the kernel/README to the tarball
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am index 291c28fa92e..b361a0c588a 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 |