Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-31 | lib: Compile custom glob() implementation for Android | Paul Elder | |
The Android C library doesn't provide the glob() function which we use in the configfs code. Add conditional compilation to cmake such that a local copy of glob is automatically compiled if glob isn't provided. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |