diff options
author | Ricardo Ribalda <ribalda@chromium.org> | 2023-09-20 14:59:39 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-09-14 03:23:04 +0300 |
commit | 52c975e5542504ac10bed8b1d68df5c75951d202 (patch) | |
tree | a09cf9730878dbe00869a3848f491275276242c2 /Makefile | |
parent | 323facd1d5bd6251eec70dd5c1484a12ce01202a (diff) |
mipsel64el, ppc64el, ia64, ppc64, sparc64 and x32 have different lengths
for long long ints, which result in some compilation errors.
Lets add some castings and inttypes macros to help the compiler deal
with this.
We have to use the castings, because kernel types (__u64 et al) does not
seem to be compatible with inttypes macros.
Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions