Skip to content

Commit

Permalink
tipc: remove meaningless assignment in Makefile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada authored and David S. Miller committed Jan 8, 2020
1 parent ea04b44 commit b969fee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/tipc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ tipc-$(CONFIG_TIPC_CRYPTO) += crypto.o


obj-$(CONFIG_TIPC_DIAG) += diag.o

tipc_diag-y := diag.o

0 comments on commit b969fee

Please sign in to comment.