diff --git a/samples/bpf/Makefile b/samples/bpf/Makefile index 75d4b48601aaab076c50a67a6f6d236e17cdae73..85a6e8f5a75db943cd018e7f17d1a627c842bd04 100644 --- a/samples/bpf/Makefile +++ b/samples/bpf/Makefile @@ -221,7 +221,7 @@ all: clean: $(MAKE) -C ../../ M=$(CURDIR) clean - @rm -f *~ + @find $(CURDIR) -type f -name '*~' -delete $(LIBBPF): FORCE # Fix up variables inherited from Kbuild that tools/ build system won't like