edid-decode: Rewrite build to accept multiple jobs
commit89cdc98a8eb77ae6a56bb3f2dc20e29ca05be703
authorBård Eirik Winther <bwinther@cisco.com>
Wed, 15 Jun 2022 13:27:47 +0000 (15 15:27 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 15 Jun 2022 15:03:49 +0000 (15 17:03 +0200)
treec6617269fdcbd669ea0c90247f17ab99b22c89dc
parent4bed391f9b59d56e06d3e977a4cd427b5fd3e9c9
edid-decode: Rewrite build to accept multiple jobs

Change the compilation from a single command to building object
files before linking. Allows for parallel compilation.

Signed-off-by: Bård Eirik Winther <bwinther@cisco.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: revert the build rule for edid-decode.js, that didn't work]
Makefile