diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-01-06 16:35:27 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-08 12:38:54 -0800 |
commit | b969fee12b6330fd6a0b15337a314d5b5ee56916 (patch) | |
tree | 64de8659a021f38d4fc5370c491653b50027f1bc /net/tipc | |
parent | ea04b445a266cddd5d5c653690d9676df020302f (diff) | |
download | linux-b969fee12b6330fd6a0b15337a314d5b5ee56916.tar.bz2 |
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/tipc')
-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 |