Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a97bd5f8 authored by Vignesh Kulothungan's avatar Vignesh Kulothungan
Browse files

msm: audio: change uapi include header files directory



Change the directory structure of uapi headers. The existing
directory structure overwrites kernel headers in /usr/include/sound
and /usr/include/linux. Hence move audio uapi headers to
/usr/include/audio folder.

Change-Id: I14ef211a65605e798174087a3f322c64768fbfc7
Signed-off-by: default avatarVignesh Kulothungan <vigneshk@codeaurora.org>
parent 92187a50
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -17,13 +17,12 @@ endif

# Use USERINCLUDE when you must reference the UAPI directories only.
USERINCLUDE     += \
                -I$(srctree)/techpack/audio/include/uapi \
                -I$(srctree)/techpack/audio/include
                -I$(srctree)/techpack/audio/include/uapi/audio

# Use LINUXINCLUDE when you must reference the include/ directory.
# Needed to be compatible with the O= option
LINUXINCLUDE    += \
                -I$(srctree)/techpack/audio/include/uapi \
                -I$(srctree)/techpack/audio/include/uapi/audio \
                -I$(srctree)/techpack/audio/include

ifeq ($(CONFIG_ARCH_SDXPOORWILLS), y)

include/Kbuild

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
# Top-level Makefile calls into asm-$(ARCH)
# List only non-arch directories below

include/uapi/Kbuild

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
# UAPI Header export list
# Top-level Makefile calls into asm-$(ARCH)
# List only non-arch directories below

header-y += linux/
header-y += sound/
Loading