summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorVignesh Kulothungan <vigneshk@codeaurora.org>2019-12-06 17:46:51 -0800
committerVignesh Kulothungan <vigneshk@codeaurora.org>2019-12-19 17:04:52 -0800
commitd71ec81bb01611b3f8e4d9cda8dbc3a1ca259c00 (patch)
tree30646ebf4e330ae138d0a45c73cc66dbd4b7d0b5 /ipc
parent231edb7422216a2ababc2d58bd849eefeedb0a80 (diff)
downloadmsm-extra-d71ec81bb01611b3f8e4d9cda8dbc3a1ca259c00.tar.gz
audio: update kernel version reference
Update kernel version references from 4.19 to 5.4. Update symbolic links to new kernel version files. Change-Id: I38baa52218b16e0b0c86ad898912d29ec4d3d516 Signed-off-by: Vignesh Kulothungan <vigneshk@codeaurora.org>
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Kbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/Kbuild b/ipc/Kbuild
index bbea6739..00a71683 100644
--- a/ipc/Kbuild
+++ b/ipc/Kbuild
@@ -8,7 +8,7 @@ endif
# These are configurable via Kconfig for kernel-based builds
# Need to explicitly configure for Android-based builds
-KDIR := $(TOP)/kernel/msm-4.19
+KDIR := $(TOP)/kernel/msm-5.4
ifeq ($(KERNEL_BUILD), 1)
AUDIO_ROOT := $(KDIR)/techpack/audio
@@ -96,7 +96,7 @@ endif
# config.
############ UAPI ############
-UAPI_DIR := uapi
+UAPI_DIR := uapi/audio
UAPI_INC := -I$(AUDIO_ROOT)/include/$(UAPI_DIR)
############ COMMON ############