summaryrefslogtreecommitdiff
path: root/build-aux/mbim-codegen/utils.py
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-04-27 09:37:39 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-04-27 10:01:49 +0000
commit8d2415d2a529d2ab17fbd501ce5e7f94d496292e (patch)
tree48295d711745e375d4efe097912b4f9059cab109 /build-aux/mbim-codegen/utils.py
parenta1ce19926cc60438ea2b9fd815c178b75f9436bf (diff)
downloadlibmbim-8d2415d2a529d2ab17fbd501ce5e7f94d496292e.tar.gz
libmbim-glib: separate files for flags and enums types
This allows us to skip needing to include the non-existent build_string_from_mask() or get_string() counterparts in the documentation index.
Diffstat (limited to 'build-aux/mbim-codegen/utils.py')
-rw-r--r--build-aux/mbim-codegen/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/mbim-codegen/utils.py b/build-aux/mbim-codegen/utils.py
index 8f39b8b..8ae85bb 100644
--- a/build-aux/mbim-codegen/utils.py
+++ b/build-aux/mbim-codegen/utils.py
@@ -98,6 +98,7 @@ def add_source_start(f, output_name):
"#include \"mbim-message-private.h\"\n"
"#include \"mbim-tlv-private.h\"\n"
"#include \"mbim-enum-types.h\"\n"
+ "#include \"mbim-flag-types.h\"\n"
"#include \"mbim-error-types.h\"\n"
"#include \"mbim-device.h\"\n"
"#include \"mbim-utils.h\"\n")