diff mbox series

[2/2] tipc: remove meaningless assignment in Makefile

Message ID 20200106073527.18697-2-masahiroy@kernel.org
State Accepted
Delegated to: David Miller
Headers show
Series [1/2] tipc: do not add socket.o to tipc-y twice | expand

Commit Message

Masahiro Yamada Jan. 6, 2020, 7:35 a.m. UTC
There is no module named tipc_diag.

The assignment to tipc_diag-y has no effect.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 net/tipc/Makefile | 2 --
 1 file changed, 2 deletions(-)

Comments

David Miller Jan. 8, 2020, 8:39 p.m. UTC | #1
From: Masahiro Yamada <masahiroy@kernel.org>
Date: Mon,  6 Jan 2020 16:35:27 +0900

> There is no module named tipc_diag.
> 
> The assignment to tipc_diag-y has no effect.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Applied.
diff mbox series

Patch

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