summaryrefslogtreecommitdiffstats
path: root/src/broadcom
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <[email protected]>2017-07-03 11:04:30 +0000
committerJuan A. Suarez Romero <[email protected]>2017-07-04 09:37:19 +0200
commit2c240a7205eed0fca4d7b6fda9a2c4b1c6f7995d (patch)
tree6af0ee4920a305ae840147096c530b5102564546 /src/broadcom
parent11a924c174f45bab4b2e6240ca1499e1a63b241e (diff)
vc4: automake: include vc4_cl_dump.h in
Ensure vc4_cl_dump.h and $(BROADCOM_FILES) are distributed in the dist-file. This fixes `make distcheck` Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/broadcom')
-rw-r--r--src/broadcom/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/broadcom/Makefile.am b/src/broadcom/Makefile.am
index fa14e4a4447..f4a005b40cd 100644
--- a/src/broadcom/Makefile.am
+++ b/src/broadcom/Makefile.am
@@ -32,7 +32,7 @@ check_PROGRAMS =
TESTS =
BUILT_SOURCES =
CLEANFILES =
-EXTRA_DIST =
+EXTRA_DIST = $(BROADCOM_FILES)
MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)