Skip to content

Commit 439f3dd

Browse files
tytydracoDhineshCool
authored andcommitted
sctp: Optionally remove debug
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com> Signed-off-by: Yousef Algadri <yusufgadrie@gmail.com>
1 parent 343e027 commit 439f3dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

net/sctp/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ sctp-y := sm_statetable.o sm_statefuns.o sm_sideeffect.o \
1111
transport.o chunk.o sm_make_chunk.o ulpevent.o \
1212
inqueue.o outqueue.o ulpqueue.o \
1313
tsnmap.o bind_addr.o socket.o primitive.o \
14-
output.o input.o debug.o ssnmap.o auth.o \
15-
offload.o
14+
output.o input.o ssnmap.o auth.o offload.o \
15+
16+
stcp-$(CONFIG_DEBUG_KERNEL) += debug.o
1617

1718
sctp_probe-y := probe.o
1819

0 commit comments

Comments
 (0)