commit | 3212f5df6f8fcc41e8d63dab4037ff9fb42ac94a | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Tue Jul 18 09:19:05 2023 -0700 |
committer | Willy Tu <wltu@google.com> | Tue Jul 18 09:19:31 2023 -0700 |
tree | 85f98fb22f691df059b8294b2d9414f554d33196 | |
parent | adb8ffe4759e879cf1a0d7b569271ab64b66f38d [diff] |
Add dhcp-done to base meson.build Allow dhcp-done to be part of the presubmit builds. Change-Id: Ic80658916a2c6de75f279ebc9698a8f189fa36de Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/meson.build b/meson.build index 63208d8..e405f0c 100644 --- a/meson.build +++ b/meson.build
@@ -42,4 +42,5 @@ subproject('metrics-ipmi-blobs', default_options: 'tests=' + tests_str) subproject('nemora-postd') subproject('libcr51sign') + subproject('dhcp-done') endif