From 88d569a4c565b36451feba3591a44929fe2fca4e Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Fri, 11 Sep 2015 17:03:20 +0800 Subject: [PATCH] MLK-11532: include: uapi: Add mxc_asrc.h to Kbuild Add mxc_asrc.h to Kbuild. otherwise this header is not installed by "make headers_install INSTALL_HDR_PATH=XXX". Signed-off-by: Shengjiu Wang --- include/uapi/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index c8dc454ec1c0..bbb31fb844a0 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -283,6 +283,7 @@ header-y += mxcfb.h header-y += mxc_dcic.h header-y += mxc_v4l2.h header-y += mtio.h +header-y += mxc_asrc.h header-y += nbd.h header-y += ncp_fs.h header-y += ncp.h