diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2013-08-05 03:33:49 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:04 -0400 |
commit | d538d61126e5f3345788f1a524c3ee8b517787dd (patch) | |
tree | a713545eb5e768f49a6bab6ca524ff76d027240d /include/uapi/linux/Kbuild | |
parent | d20712a25d0e5965374cdc6969eacb564b7111cc (diff) |
ENGR00273852 ipu: header file split up
This patch splits ipu header file up to
include/linux/ directory and include/uapi/linux/
directory so that the userspace may include
the ipu header file. This patch also fixes some
annotations and macros about the header file's
naming.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index fe802de0f6a0..501638c74af1 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -225,6 +225,7 @@ ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h \ | |||
225 | header-y += kvm_para.h | 225 | header-y += kvm_para.h |
226 | endif | 226 | endif |
227 | 227 | ||
228 | header-y += ipu.h | ||
228 | header-y += l2tp.h | 229 | header-y += l2tp.h |
229 | header-y += limits.h | 230 | header-y += limits.h |
230 | header-y += llc.h | 231 | header-y += llc.h |