MLK-11988 uapi: fix header files missing problem while building linux-test
authorGao Pan <b54642@freescale.com>
Wed, 9 Dec 2015 07:33:53 +0000 (15:33 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:29 +0000 (14:49 -0500)
3 uapi header files(mxc_sim_interface.h, pxp_dma.h, pxp_device.h)
cannot be installed by the command "make headers_install" because
they are not in Kbuild list, which impacts the linux-test build.

This patch adds the 3 header files in Kbuild list.

Signed-off-by: Gao Pan <B54642@freescale.com>
include/uapi/linux/Kbuild

index 989a2c4..12274d7 100644 (file)
@@ -283,6 +283,7 @@ header-y += msg.h
 header-y += mxcfb.h
 header-y += mxc_dcic.h
 header-y += mxc_mlb.h
+header-y += mxc_sim_interface.h
 header-y += mxc_v4l2.h
 header-y += mtio.h
 header-y += mxc_asrc.h
@@ -356,6 +357,8 @@ header-y += prctl.h
 header-y += psci.h
 header-y += ptp_clock.h
 header-y += ptrace.h
+header-y += pxp_dma.h
+header-y += pxp_device.h
 header-y += qnx4_fs.h
 header-y += qnxtypes.h
 header-y += quota.h