kernel: add codel and fq_codel support to kmod-sched (patch by Dave Täht)
[openwrt/staging/chunkeey.git] / package / iproute2 / patches / 050-bison_flex_makefile_deps_fix.patch
1 --- a/tc/Makefile
2 +++ b/tc/Makefile
3 @@ -95,6 +95,8 @@ MODDESTDIR := $(DESTDIR)$(patsubst /usr%
4
5 all: libtc.a tc $(TCSO)
6
7 +$(TCOBJ): emp_ematch.yacc.c emp_ematch.lex.c
8 +
9 tc: $(TCOBJ) $(LIBNETLINK) $(LIBUTIL) $(TCLIB)
10
11 libtc.a: $(TCLIB)