examples/qos_sched: fix makefile
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 16 May 2014 08:18:59 +0000 (10:18 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 16 May 2014 14:02:55 +0000 (16:02 +0200)
commitea9a59b26c3c86b498337e968ee8f68c4e263614
treecf3fa4e9bcc0b6bd0d5e4bb634eb1a894073591b
parentb253525fe2d2bfa5430d1f7b7261d70eb6e4f5bb
examples/qos_sched: fix makefile

The example does not compile as the linker complains about duplicated
symbols.

Remove -lsched from LDLIBS, it is already present in rte.app.mk and
added by the DPDK framework automatically.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
examples/qos_sched/Makefile