aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/net/ynl/Makefile
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-03-04 21:13:27 -0800
committerDavid S. Miller <davem@davemloft.net>2024-03-06 12:05:10 +0000
commit1d8617b2a610f36e361a91846725c065dc233541 (patch)
tree4e1db6f621c9c2a4186e1332854dfe8b71945f99 /tools/net/ynl/Makefile
parenttools: ynl: rename make hardclean -> distclean (diff)
downloadwireguard-linux-1d8617b2a610f36e361a91846725c065dc233541.tar.xz
wireguard-linux-1d8617b2a610f36e361a91846725c065dc233541.zip
tools: ynl: add distclean to .PHONY in all makefiles
Donald points out most YNL makefiles are missing distclean in .PHONY, even tho generated/Makefile does list it. Suggested-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/net/ynl/Makefile')
-rw-r--r--tools/net/ynl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/net/ynl/Makefile b/tools/net/ynl/Makefile
index 1874296665e1..8e9e09d84e26 100644
--- a/tools/net/ynl/Makefile
+++ b/tools/net/ynl/Makefile
@@ -18,4 +18,4 @@ clean distclean:
fi \
done
-.PHONY: clean all $(SUBDIRS)
+.PHONY: all clean distclean $(SUBDIRS)