diff options
Diffstat (limited to 'net/dccp/ccids/lib/Makefile')
-rw-r--r-- | net/dccp/ccids/lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/dccp/ccids/lib/Makefile b/net/dccp/ccids/lib/Makefile new file mode 100644 index 00000000000..e9a91e238c8 --- /dev/null +++ b/net/dccp/ccids/lib/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_IP_DCCP_TFRC_LIB) += dccp_tfrc_lib.o + +dccp_tfrc_lib-y := loss_interval.o packet_history.o |