On Thu, Sep 21, 2023 at 9:37 PM Simon Glass <[email protected]> wrote: > > Move this control into the common area of the main Makefile, so it > applies to non-build rules as well. This allows 'make mrproper' to handle > python files as it should. > > This should be squashed into: > > 65a33eba10d Allow Python packages to be dropped > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v7: > - Add new fixup patch to move python control earlier in Makefile > > Makefile | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) >
squashed into "65a33eba10d Allow Python packages to be dropped" on u-boot-x86/next, thanks!

