audio-kernel: Fix compilation time issue
In incremental (dirty) kernel builds, compiling audio drivers takes
significantly longer or may even freeze. The export statement causes
unnecessary exports, which leads to this issue. Removing and adding
export statements to the conf files for a specific platform, as it was
done for Kona in the commit 4025a25 ("makefile: kona: remove make export
<all variables> instances") should fix this issue.
Signed-off-by:
Pavel Dubrova <pashadubrova@gmail.com>
Change-Id: I4a52febc7852342946832b01638db023c3602711
[FP3: Apply same logic to all Kbuild and .conf files present in the
current sources.]
Issue: FP3-A11#181
(cherry picked from commit https://github.com/sonyxperiadev/kernel-techpack-audio/commit/e35bfa4011f7d434ccc66c01a6a187c5312d2f25)
(cherry picked from commit 075d505e6a23facfa17ce2303609af6f032a1e6b)
Loading
Please register or sign in to comment