acrn-hypervisor/hypervisor/scripts/makefile
Victor Sun a6e552b7b5 Makefile: minor fix on hypervisor dependency
The $(VERSION) should be depended on config.h change. For example, when RELEASE
parameter is changed in make commmand, CONFIG_RELEASE need to be updated in
defconfig file, and then message in version.h should be updated.

The patch also fix a bug that a code path in make defconfig never be triggered
because shell will treat [ ! -f $(KCONFIG_FILE) ] as false when $(KCONFIG_FILE)
is not specified. (i.e. "$(KCONFIG_FILE)" == "")

Tracked-On: #2412

Signed-off-by: Victor Sun <victor.sun@intel.com>
2020-06-04 15:03:43 +08:00
..
cfg_update.mk Makefile: do not override RELEASE when build with XML 2020-04-22 16:45:43 +08:00
deps.mk Makefile: move .mk file to hv scripts folder 2019-11-13 16:05:30 +08:00
kconfig.mk Makefile: minor fix on hypervisor dependency 2020-06-04 15:03:43 +08:00