acrn-hypervisor/hypervisor/bsp/uefi/efi
Junjie Mao 8009cccb52 HV: make: manage debug/release build in kconfig
This patch introduces a configuration symbol RELEASE for managing debug/release
build in a similar way to how we manage PLATFORM.

Note:

1. 'make defconfig RELEASE=1' will still use the CONFIG_RELEASE defined in the
   default configuration. The 'RELEASE=1' option has no effect in this case.

2. 'make RELEASE=1' is backward-compatible and enforces a release version to be
   built.

v1 -> v2:

    * Pass RELEASE instead of CONFIG_RELEASE to silentoldconfig.py to avoid
      unintended overriding of the value.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
Acked-by: Geoffroy VanCutsem <geoffroy.vancutsem@intel.com>
2018-06-15 15:50:09 +08:00
..
boot.c hv: Fix typo of trampline with trampoline 2018-06-12 15:54:16 +08:00
boot.h hv: Fix typo of trampline with trampoline 2018-06-12 15:54:16 +08:00
efilinux.h efi: clean RuntimeServices code 2018-05-15 17:25:57 +08:00
Makefile HV: make: manage debug/release build in kconfig 2018-06-15 15:50:09 +08:00
malloc.c hv: add memory allocation functions for trampoline code relocation 2018-06-11 12:15:28 +08:00
multiboot.h refine: remove redundant data type definition 2018-05-15 17:25:54 +08:00
pe.c initial import 2018-05-11 14:44:28 +08:00
stdlib.h hv: add memory allocation functions for trampoline code relocation 2018-06-11 12:15:28 +08:00