parse_led: move to scripts subdir
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0607c4dfc90cd564857bba5399b80fbd9a18d996
diff --git a/meson.build b/meson.build
index 59c8a0a..9e7990a 100644
--- a/meson.build
+++ b/meson.build
@@ -104,7 +104,7 @@
'led-gen.hpp',
command : [
prog_python,
- meson.project_source_root() + '/parse_led.py',
+ meson.project_source_root() + '/scripts/parse_led.py',
'-i', meson.project_source_root(),
'-o', meson.current_build_dir(),
],
diff --git a/parse_led.py b/scripts/parse_led.py
similarity index 100%
rename from parse_led.py
rename to scripts/parse_led.py