diff options
Diffstat (limited to 'kernel/include/uapi/linux/tc_act/Kbuild')
-rw-r--r-- | kernel/include/uapi/linux/tc_act/Kbuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/include/uapi/linux/tc_act/Kbuild b/kernel/include/uapi/linux/tc_act/Kbuild new file mode 100644 index 000000000..242cf0c6e --- /dev/null +++ b/kernel/include/uapi/linux/tc_act/Kbuild @@ -0,0 +1,12 @@ +# UAPI Header export list +header-y += tc_csum.h +header-y += tc_defact.h +header-y += tc_gact.h +header-y += tc_ipt.h +header-y += tc_mirred.h +header-y += tc_nat.h +header-y += tc_pedit.h +header-y += tc_skbedit.h +header-y += tc_vlan.h +header-y += tc_bpf.h +header-y += tc_connmark.h |