blob: 2f98fafc85df523a61d8de0fc7643710c8d78470 [file] [log] [blame]
Brad Bishopb4459912019-11-05 19:39:11 -05001cpp_args = boost_args + ['-DPACKAGE_DIR="' + packagedir + '/"']
Patrick Williams37304f02025-02-01 08:38:32 -05002cpp_args += ['-DSYSCONF_DIR="' + sysconfdir + '/"']
Potin Laif375fec2024-03-21 14:35:45 +08003installdir = join_paths(get_option('libexecdir'), 'entity-manager')
Brad Bishopb4459912019-11-05 19:39:11 -05004
Christopher Meisfc9e7fd2025-04-03 13:13:35 +02005subdir('entity_manager')
Brad Bishopb4459912019-11-05 19:39:11 -05006
Brad Bishop92daaaa2020-01-20 15:45:01 -05007if get_option('fru-device')
Christopher Meis3cbff972025-04-09 14:07:22 +02008 subdir('fru_device')
Brad Bishop92daaaa2020-01-20 15:45:01 -05009endif
Chris Sides2ab73412024-10-15 16:04:11 -050010
11if get_option('devicetree-vpd')
Christopher Meiscfc7f4f2025-04-09 14:13:52 +020012 subdir('devicetree_vpd_parser')
Chris Sides2ab73412024-10-15 16:04:11 -050013endif