build: regenerate meson for stable-sort

There was a small tweak to the sdbusplus script so that the sort
becomes stable.  Regenerate meson from that.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I15a4645efdad781d28496f30e787c411a62073b0
diff --git a/gen/xyz/openbmc_project/Control/meson.build b/gen/xyz/openbmc_project/Control/meson.build
index 9619cd8..3dd83d4 100644
--- a/gen/xyz/openbmc_project/Control/meson.build
+++ b/gen/xyz/openbmc_project/Control/meson.build
@@ -184,6 +184,7 @@
 subdir('Processor')
 subdir('Security')
 subdir('Service')
+subdir('TPM')
 subdir('ThermalMode')
 generated_others += custom_target(
     'xyz/openbmc_project/Control/ThermalMode__markdown'.underscorify(),
@@ -199,7 +200,6 @@
     build_by_default: true,
 )
 
-subdir('TPM')
 subdir('VoltageRegulatorControl')
 generated_others += custom_target(
     'xyz/openbmc_project/Control/VoltageRegulatorControl__markdown'.underscorify(),