diff options
author | David Howells <dhowells@redhat.com> | 2012-10-09 12:49:06 +0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-09 12:49:06 +0400 |
commit | b6bf56c6be2be7ccebebfd91b1f11889296cbd9e (patch) | |
tree | 3d5d76b71cdc2c3c69593bac67e5153488cbfb84 /include/uapi/linux/tc_ematch/Kbuild | |
parent | 611128eb3927941abcfdca5b7515cf02aab601ec (diff) | |
download | linux-b6bf56c6be2be7ccebebfd91b1f11889296cbd9e.tar.xz |
UAPI: (Scripted) Disintegrate include/linux/tc_ematch
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/uapi/linux/tc_ematch/Kbuild')
-rw-r--r-- | include/uapi/linux/tc_ematch/Kbuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/tc_ematch/Kbuild b/include/uapi/linux/tc_ematch/Kbuild index aafaa5aa54d4..53fca3925535 100644 --- a/include/uapi/linux/tc_ematch/Kbuild +++ b/include/uapi/linux/tc_ematch/Kbuild @@ -1 +1,5 @@ # UAPI Header export list +header-y += tc_em_cmp.h +header-y += tc_em_meta.h +header-y += tc_em_nbyte.h +header-y += tc_em_text.h |