On Sunday, 9 September 2018 11:40:16 UTC-4, Jan Kiszka wrote: > 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
Oops, I was trying to do this in jailhouse/Makefile (now I know why it wasn't working). -- 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.
