mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-10-22 23:23:03 +02:00
Almost all build configs except build.config.constants would emit a warning when it is sourced. This pushes people away from using them. Eventually we'll make this an error. Bug: 236012223 Change-Id: I859d47219f064d80c1f3a49f6f5884ab8d3566f9 Signed-off-by: HONG Yifan <elsk@google.com> (cherry picked from commit 89f5c613b9513c0b7189d669f39497ee5a1c1cca)
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
echo 'WARNING: Do not source build.config.arm.
|
|
Instead, set kernel_build.make_goals.' >&2
|
|
|
|
MAKE_GOALS="
|
|
zImage
|
|
modules
|
|
"
|