This commit is contained in:
Luigi Rizzo 2010-03-24 19:20:49 +00:00
parent f818fb9969
commit 51aa112a4c

View File

@ -6,7 +6,7 @@
KMOD= dummynet
SRCS= ip_dummynet.c
SRCS+= ip_dn_glue.c ip_dn_io.c
SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q.
SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q.c
SRCS+= opt_inet6.h
.if !defined(KERNBUILDDIR)