mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-25 14:53:37 +00:00
Script that setup envriment on MRB platform, for UOS with build-in configuration For example, you need to run mrb-env-setup.sh once, to prepare images, networks and pci-stubs, etc,. Tracked-On: #1528 Acked-by: Yin Fengwei <fengwei.yin@intel.com> Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>
10 lines
233 B
Makefile
10 lines
233 B
Makefile
BASEDIR ?= ..
|
|
|
|
include $(BASEDIR)/vmcfg/scripts/kconfig/kconfig.mk
|
|
|
|
all:
|
|
|
|
install:
|
|
install -d $(DESTDIR)/usr/share/acrn/samples/apl-mrb
|
|
install -t $(DESTDIR)/usr/share/acrn/samples/apl-mrb $(BASEDIR)/vmcfg/apl-mrb/mrb-env-setup.sh
|