diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-01-06 08:35:27 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-08 21:38:54 +0100 |
commit | b969fee12b6330fd6a0b15337a314d5b5ee56916 (patch) | |
tree | 64de8659a021f38d4fc5370c491653b50027f1bc /net | |
parent | tipc: do not add socket.o to tipc-y twice (diff) | |
download | linux-b969fee12b6330fd6a0b15337a314d5b5ee56916.tar.xz linux-b969fee12b6330fd6a0b15337a314d5b5ee56916.zip |
tipc: remove meaningless assignment in Makefile
There is no module named tipc_diag.
The assignment to tipc_diag-y has no effect.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/tipc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/Makefile b/net/tipc/Makefile index 1603f5b49e73..ee49a9f1dd4f 100644 --- a/net/tipc/Makefile +++ b/net/tipc/Makefile @@ -20,5 +20,3 @@ tipc-$(CONFIG_TIPC_CRYPTO) += crypto.o obj-$(CONFIG_TIPC_DIAG) += diag.o - -tipc_diag-y := diag.o |