mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-17 23:08:07 +00:00
misc: totally remove misc folder
misc now has a new home: https://github.com/intel/ioc-cbc-tools. The "Execstop" patch will be synced to new git tree soon. ioc-cbc-tools was just added to Clear Linux, and will be added to software-defined-cockpit bundle after this patch merged. Merging this patch may cause some IOC releated feature block until we get a new Clear Linux release. This is the switch window ... Signed-off-by: Alek Du <alek.du@intel.com>
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
T := $(CURDIR)
|
||||
|
||||
.PHONY: all cbc_lifecycle cbc_attach
|
||||
all: cbc_lifecycle cbc_attach
|
||||
|
||||
cbc_lifecycle:
|
||||
make -C $(T)/cbc_lifecycle OUT_DIR=$(OUT_DIR)
|
||||
cbc_attach:
|
||||
make -C $(T)/cbc_attach OUT_DIR=$(OUT_DIR)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
make -C $(T)/cbc_lifecycle clean
|
||||
make -C $(T)/cbc_attach clean
|
||||
rm -rf $(OUT_DIR)
|
||||
|
||||
.PHONY: install
|
||||
install: cbc_lifecycle-install cbc_attach-install
|
||||
|
||||
cbc_lifecycle-install:
|
||||
make -C $(T)/cbc_lifecycle OUT_DIR=$(OUT_DIR) install
|
||||
|
||||
cbc_attach-install:
|
||||
make -C $(T)/cbc_attach OUT_DIR=$(OUT_DIR) install
|
Reference in New Issue
Block a user