uapi: export android staging headers

There are several uapi headers required for android that are
in drivers/staging/android/uapi. Create symlinks for these files
in include/uapi/linux so that we can export them without messing
up Kbuild.

Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
This commit is contained in:
Jeremy Gebben 2016-01-05 09:56:30 -07:00 committed by David Keitel
parent a20c28af03
commit 93bfd6dbac
6 changed files with 10 additions and 0 deletions

View file

@ -30,6 +30,7 @@ ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h \
header-y += a.out.h
endif
header-y += ashmem.h
header-y += acct.h
header-y += adb.h
header-y += adfs_fs.h
@ -195,6 +196,8 @@ header-y += input.h
header-y += input-event-codes.h
header-y += in_route.h
header-y += ioctl.h
header-y += ion.h
header-y += ion_test.h
header-y += ip6_tunnel.h
header-y += ipc.h
header-y += ip.h
@ -387,7 +390,9 @@ header-y += stat.h
header-y += stddef.h
header-y += string.h
header-y += suspend_ioctls.h
header-y += sw_sync.h
header-y += swab.h
header-y += sync.h
header-y += synclink.h
header-y += sysctl.h
header-y += sysinfo.h

1
include/uapi/linux/ashmem.h Symbolic link
View file

@ -0,0 +1 @@
../../../drivers/staging/android/uapi/ashmem.h

1
include/uapi/linux/ion.h Symbolic link
View file

@ -0,0 +1 @@
../../../drivers/staging/android/uapi/ion.h

View file

@ -0,0 +1 @@
../../../drivers/staging/android/uapi/ion_test.h

View file

@ -0,0 +1 @@
../../../drivers/staging/android/uapi/sw_sync.h

1
include/uapi/linux/sync.h Symbolic link
View file

@ -0,0 +1 @@
../../../drivers/staging/android/uapi/sync.h