aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2016-12-11 13:16:07 +0100
committerSimon Wunderlich <sw@simonwunderlich.de>2017-01-26 08:34:19 +0100
commite60bf3ea67673fc6dd2645946e6dcf135fd7e30c (patch)
treeba11448c44f9bb71fc2614c8e97c126990f25a3f /include
parentbatman-adv: don't add loop detect macs to TT (diff)
downloadlinux-dev-e60bf3ea67673fc6dd2645946e6dcf135fd7e30c.tar.xz
linux-dev-e60bf3ea67673fc6dd2645946e6dcf135fd7e30c.zip
uapi: install batman_adv.h header
09748a22f4ab ("batman-adv: add generic netlink family for batman-adv") introduced the new batman_adv.h which describes the netlink attributes and commands of batman-adv. But the Kbuild entry to install the header was not added. All currently known tools ship their own copy of batman_adv.h but it should be installed anyway to later be able to migrate to the system batman_adv.h. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index a8b93e685239..7fdceb2ac5b7 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -64,6 +64,7 @@ header-y += auto_fs.h
header-y += auxvec.h
header-y += ax25.h
header-y += b1lli.h
+header-y += batman_adv.h
header-y += baycom.h
header-y += bcm933xx_hcs.h
header-y += bfs_fs.h