From: Jan Kiszka <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> --- Kbuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Kbuild b/Kbuild index 00e14f7d..71c232d4 100644 --- a/Kbuild +++ b/Kbuild @@ -54,4 +54,7 @@ $(obj)/driver $(obj)/hypervisor: $(GEN_VERSION_H) endif -clean-dirs := Documentation/generated hypervisor/include/generated +clean-files := pyjailhouse/*.pyc + +clean-dirs := Documentation/generated hypervisor/include/generated \ + pyjailhouse/__pycache__ -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
