diff options
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 |