summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGao Pan <b54642@freescale.com>2015-12-09 15:33:53 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 11:02:42 -0600
commit0653fe73e42167b4fd7c5fb872d29dceb138a1d0 (patch)
tree3831419695f28c03fd9e88c0578af504a34f0018 /include
parentbbecaa396f435223500446eef63cd15fd7184e30 (diff)
MLK-11988 uapi: fix header files missing problem while building linux-test
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>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index a4d6cf821341..925bb543de97 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -270,6 +270,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
@@ -340,6 +341,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