mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-04 09:54:52 +00:00
$(OUT_DIR)/acrm_mngr.h miss dependence of ./acrm_mngr.h, that can cause build problems. DM & SOS-LCS are built with $(OUT_DIR)/acrm_mngr.h, which is a copy of tools/acrn-manager/acrm_mngr.h. So when tools/acrn-manager/acrm_mngr.h is modified, $(OUT_DIR)/acrm_mngr.h should be updated too. Acked-by: Yan Like <like.yan@intel.com> Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>