From: Sven Eckelmann Date: Sun, 11 Dec 2016 12:16:07 +0000 (+0100) Subject: uapi: install batman_adv.h header X-Git-Tag: v5.15~11849^2~288^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e60bf3ea67673fc6dd2645946e6dcf135fd7e30c;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Simon Wunderlich --- diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index a8b93e6..7fdceb2 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