This is an automatic generated email to let you know that the following patch 
were queued:

Subject: edid-decode: 'make clean' also cleans edid-decode.js/wasm
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Wed Apr 6 08:36:29 2022 +0200

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/Makefile b/Makefile
index f8850482e94b..91ef531fb6a2 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ edid-decode.js: $(SOURCES) edid-decode.h oui.h Makefile
        $(EMXX) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(WARN_FLAGS) $(sha) $(date) 
-s EXPORTED_FUNCTIONS='["_parse_edid"]' -s EXPORTED_RUNTIME_METHODS='["ccall", 
"cwrap"]' -o $@ $(SOURCES) -lm
 
 clean:
-       rm -f edid-decode
+       rm -f edid-decode edid-decode.js edid-decode.wasm
 
 install:
        mkdir -p $(DESTDIR)$(bindir)

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to