cleanup: move devicetree_vpd_parser into separate directory
Improving repository structure for increasing maintainability.
Change-Id: Iad9d6e350f3bae48fa11a412d3cff5379390744f
Signed-off-by: Christopher Meis <christopher.meis@9elements.com>
diff --git a/src/meson.build b/src/meson.build
index 8334e7e..2f98faf 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -9,14 +9,5 @@
endif
if get_option('devicetree-vpd')
- cpp_args_fd = cpp_args
- executable(
- 'devicetree-vpd-parser',
- 'machine_context.cpp',
- 'devicetree_vpd_parser.cpp',
- cpp_args: cpp_args_fd,
- dependencies: [sdbusplus, phosphor_dbus_interfaces_dep],
- install: true,
- install_dir: installdir,
- )
+ subdir('devicetree_vpd_parser')
endif