mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 06:04:14 +08:00
75ec533ec3
iproute2 build needs tc_nat.h header from kernel make install_headers. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
6 lines
111 B
Makefile
6 lines
111 B
Makefile
header-y += tc_gact.h
|
|
header-y += tc_ipt.h
|
|
header-y += tc_mirred.h
|
|
header-y += tc_pedit.h
|
|
header-y += tc_nat.h
|