Skip to content
Snippets Groups Projects

Fix enums dependencies

Merged Inigo Martínez requested to merge inigomartinez/ModemManager:fix-enums-dependencies into main
Compare changes
  • Side-by-side
  • Inline
Files
6
  • 2bc697ce
    plugins: Fix port enums includes · 2bc697ce
    Inigo Martínez authored
    The `broadmobi`, `dlink`, `telit` and `tplink` plugins include the
    `mm-port-enums-types.h` header. However, they do not use any symbol
    defined there.
    
    The `huawei` plugin as includes the `mm-port-enums-types.h` header
    but it does not include the build targets as dependencies.
    
    These issues have been fixed by removing the unnecessary includes
    from `broadmobi`, `dlink`, `telit` and `tplink` plugins and by
    including the enums build target in the `huawei` target.
Loading