aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/dummynet
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2016-05-29 07:29:35 +0000
committerDon Lewis <truckman@FreeBSD.org>2016-05-29 07:29:35 +0000
commit9a81299340d116e73d6ed45bb9a5976beaa4b16d (patch)
tree34bf934d457cb57201715730ec83fe8b5fa198b3 /sys/modules/dummynet
parentfe4b5f6659bd2c22440b284c987b91a26aa8cbff (diff)
downloadsrc-9a81299340d116e73d6ed45bb9a5976beaa4b16d.tar.gz
src-9a81299340d116e73d6ed45bb9a5976beaa4b16d.zip
Now that PIE is free of runtime floating point, revert r300853 to
reconnect PIE to the build.
Notes
Notes: svn path=/head/; revision=300950
Diffstat (limited to 'sys/modules/dummynet')
-rw-r--r--sys/modules/dummynet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/dummynet/Makefile b/sys/modules/dummynet/Makefile
index 4e9e2eade0b3..877e01a69db4 100644
--- a/sys/modules/dummynet/Makefile
+++ b/sys/modules/dummynet/Makefile
@@ -4,9 +4,9 @@
KMOD= dummynet
SRCS= ip_dummynet.c
SRCS+= ip_dn_glue.c ip_dn_io.c
-SRCS+= dn_aqm_codel.c
+SRCS+= dn_aqm_codel.c dn_aqm_pie.c
SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q.c
-SRCS+= dn_sched_prio.c dn_sched_fq_codel.c
+SRCS+= dn_sched_prio.c dn_sched_fq_codel.c dn_sched_fq_pie.c
SRCS+= opt_inet6.h
.include <bsd.kmod.mk>