summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorDavid Ng <dave@codeaurora.org>2019-04-26 23:08:34 -0700
committerDavid Ng <dave@codeaurora.org>2019-04-26 23:44:02 -0700
commit4025a25a2479fc343f6aa413b01a656665656386 (patch)
tree4144adb7968d13a720bc078764657312be93b423 /ipc
parentc38cf58d38e6b9572582fe96c9e725faf6d357a2 (diff)
downloadmsm-extra-4025a25a2479fc343f6aa413b01a656665656386.tar.gz
makefile: kona: remove make export <all variables> instances
Replace all kernel make export <all variables> instances with export of specific variables. Depending on existing build environment, exporting all as environment variables and interaction with existing environment variable expansions can lead to undefined behavior. TODO: This change is restricted to kona flow to narrow impact. All remaining export <all variables> need to be evaluated and fixed similarly via subsequent changes. Change-Id: I9114b88f7511d1b3f9b496b76fb6da9db97772b8 Signed-off-by: David Ng <dave@codeaurora.org>
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Kbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/Kbuild b/ipc/Kbuild
index 2da5fbd3..fb0974e6 100644
--- a/ipc/Kbuild
+++ b/ipc/Kbuild
@@ -27,7 +27,6 @@ ifeq ($(KERNEL_BUILD), 0)
endif
ifeq ($(CONFIG_ARCH_KONA), y)
include $(AUDIO_ROOT)/config/konaauto.conf
- export
INCS += -include $(AUDIO_ROOT)/config/konaautoconf.h
endif
ifeq ($(CONFIG_ARCH_LITO), y)