summaryrefslogtreecommitdiff
path: root/tools/null_state_gen
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-22 14:42:14 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-29 11:10:49 +0100
commit434af38f8d19c61fdcfa611644c29dbe73f9f3a9 (patch)
tree42046886a6b249d6a73545146fec1342e2298d39 /tools/null_state_gen
parentfe42d8387480a4fe3dc4183680432a30db4c3aa3 (diff)
automake: Ditch all EXTRA_DIST directives
We're not using automake to build tarballs anymore. Acked-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tools/null_state_gen')
-rw-r--r--tools/null_state_gen/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/null_state_gen/Makefile.am b/tools/null_state_gen/Makefile.am
index d4aa3d44..d473a897 100644
--- a/tools/null_state_gen/Makefile.am
+++ b/tools/null_state_gen/Makefile.am
@@ -29,7 +29,3 @@ states: intel_null_state_gen
echo "" >>$(h); \
./intel_null_state_gen $$gen >>$(h); \
done
-
-EXTRA_DIST = \
- meson.build \
- $(NULL)