mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 01:37:44 +00:00
HV: Make: enable build for new configs layout
The make command is same as old configs layout: under acrn-hypervisor folder: make hypervisor BOARD=xxx SCENARIO=xxx [TARGET_DIR]=xxx [RELEASE=x] under hypervisor folder: make BOARD=xxx SCENARIO=xxx [TARGET_DIR]=xxx [RELEASE=x] if BOARD/SCENARIO parameter is not specified, the default will be: BOARD=nuc7i7dnb SCENARIO=industry Tracked-On: #5077 Signed-off-by: Victor Sun <victor.sun@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#define BOARD_H
|
||||
|
||||
#include <types.h>
|
||||
#include <misc_cfg.h>
|
||||
#include <board_info.h>
|
||||
#include <host_pm.h>
|
||||
#include <pci.h>
|
||||
|
||||
|
@@ -10,6 +10,7 @@
|
||||
#include <types.h>
|
||||
#include <pci.h>
|
||||
#include <boot.h>
|
||||
#include <board_info.h>
|
||||
#include <acrn_common.h>
|
||||
#include <vm_uuids.h>
|
||||
#include <vm_configurations.h>
|
||||
|
Reference in New Issue
Block a user