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

Commit e404155b authored by David Ng's avatar David Ng Committed by Gerrit - the friendly Code Review server
Browse files

makefile: 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.

Change-Id: Ia46600be605828f9e509d5ced5d3ad3f8c6cb140
Signed-off-by: default avatarDavid Ng <dave@codeaurora.org>
parent 366772ec
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -3,7 +3,6 @@
# auto-detect subdirs
# auto-detect subdirs
ifeq ($(CONFIG_ARCH_KONA), y)
ifeq ($(CONFIG_ARCH_KONA), y)
include $(srctree)/techpack/display/config/konadisp.conf
include $(srctree)/techpack/display/config/konadisp.conf
export
endif
endif


ifeq ($(CONFIG_ARCH_KONA), y)
ifeq ($(CONFIG_ARCH_KONA), y)
+13 −14
Original line number Original line Diff line number Diff line
CONFIG_DRM_MSM=y
export CONFIG_DRM_MSM=y
CONFIG_DRM_MSM_SDE=y
export CONFIG_DRM_MSM_SDE=y
CONFIG_SYNC_FILE=y
export CONFIG_SYNC_FILE=y
CONFIG_DRM_MSM_DSI=y
export CONFIG_DRM_MSM_DSI=y
CONFIG_DRM_MSM_DP=y
export CONFIG_DRM_MSM_DP=y
CONFIG_QCOM_MDSS_DP_PLL=y
export CONFIG_QCOM_MDSS_DP_PLL=y
CONFIG_DSI_PARSER=y
export CONFIG_DSI_PARSER=y
CONFIG_DRM_SDE_WB=y
export CONFIG_DRM_SDE_WB=y
CONFIG_DRM_MSM_REGISTER_LOGGING=y
export CONFIG_DRM_MSM_REGISTER_LOGGING=y
CONFIG_QCOM_MDSS_PLL=y
export CONFIG_QCOM_MDSS_PLL=y
CONFIG_MSM_SDE_ROTATOR=y
export CONFIG_MSM_SDE_ROTATOR=y
CONFIG_MSM_SDE_ROTATOR_EVTLOG_DEBUG=y
export CONFIG_MSM_SDE_ROTATOR_EVTLOG_DEBUG=y
CONFIG_DRM_SDE_RSC=y
export CONFIG_DRM_SDE_RSC=y