Skip to content

Commit 0653fe7

Browse files
Gao Pannitingarg98
authored andcommitted
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>
1 parent bbecaa3 commit 0653fe7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/uapi/linux/Kbuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ header-y += msg.h
270270
header-y += mxcfb.h
271271
header-y += mxc_dcic.h
272272
header-y += mxc_mlb.h
273+
header-y += mxc_sim_interface.h
273274
header-y += mxc_v4l2.h
274275
header-y += mtio.h
275276
header-y += mxc_asrc.h
@@ -340,6 +341,8 @@ header-y += prctl.h
340341
header-y += psci.h
341342
header-y += ptp_clock.h
342343
header-y += ptrace.h
344+
header-y += pxp_dma.h
345+
header-y += pxp_device.h
343346
header-y += qnx4_fs.h
344347
header-y += qnxtypes.h
345348
header-y += quota.h

0 commit comments

Comments
 (0)