Skip to content

Commit

Permalink
MLD: do not compile in when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Sep 5, 2023
1 parent 0d9e562 commit d7d62fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ endif
ifneq ($(MCAST),0)
include rules/mcast.mk
include rules/igmp.mk
include rules/mld.mk
ifneq ($(MLD),0)
include rules/mld.mk
endif
endif
ifneq ($(NAT),0)
include rules/nat.mk
Expand Down

0 comments on commit d7d62fb

Please sign in to comment.