aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tc_ematch
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-09-19 12:43:58 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-09-19 12:43:58 +0100
commitfadcfa33b6319a5faf8af2287f08bf93a7f926b6 (patch)
tree367e931ec64a88c20a4d15c351d4c7dbb1b7adf1 /include/linux/tc_ematch
parent47a5c6fa0e204a2b63309c648bb2fde36836c826 (diff)
[HEADERS] One line per header in Kbuild files to reduce conflicts
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/tc_ematch')
-rw-r--r--include/linux/tc_ematch/Kbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/tc_ematch/Kbuild b/include/linux/tc_ematch/Kbuild
index 381e93018df..4a58a1c32a0 100644
--- a/include/linux/tc_ematch/Kbuild
+++ b/include/linux/tc_ematch/Kbuild
@@ -1 +1,4 @@
-headers-y := tc_em_cmp.h tc_em_meta.h tc_em_nbyte.h tc_em_text.h
+header-y += tc_em_cmp.h
+header-y += tc_em_meta.h
+header-y += tc_em_nbyte.h
+header-y += tc_em_text.h