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:
Alek Du
2018-08-09 01:25:13 +00:00
committed by lijinxia
parent 49322ac002
commit 2a656812df
8 changed files with 3 additions and 987 deletions

View File

@@ -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