mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-07 21:03:19 +00:00
Currently we reply on CONFIG_RELEASE=n to determine if a debug version should be built. Though this holds due to the configuration overriding in kconfig.mk, this only applies to make >= 3.82. For make 3.81, $(eval $(call xxx)) does not work as expected, and thus CONFIG_RELEASE is undefined for debug builds. Instead of checking CONFIG_RELEASE=n, this patch checks CONFIG_RELEASE=y instead, which is guaranteed without relying on the behavior of $(eval $(call xxx)). Signed-off-by: Junjie Mao <junjie.mao@intel.com>
8.3 KiB
8.3 KiB