Skip to content

Commit 2a65681

Browse files
alekdulijinxia
authored andcommitted
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>
1 parent 49322ac commit 2a65681

File tree

8 files changed

+3
-987
lines changed

8 files changed

+3
-987
lines changed

Makefile

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ ROOT_OUT := $(shell mkdir -p $(O);cd $(O);pwd)
99
HV_OUT := $(ROOT_OUT)/hypervisor
1010
DM_OUT := $(ROOT_OUT)/devicemodel
1111
TOOLS_OUT := $(ROOT_OUT)/tools
12-
MISC_OUT := $(ROOT_OUT)/misc
1312
DOC_OUT := $(ROOT_OUT)/doc
1413
BUILD_VERSION ?=
1514
BUILD_TAG ?=
1615
export TOOLS_OUT
1716

18-
.PHONY: all hypervisor devicemodel tools misc doc
19-
all: hypervisor devicemodel tools misc
17+
.PHONY: all hypervisor devicemodel tools doc
18+
all: hypervisor devicemodel tools
2019

2120
hypervisor:
2221
make -C $(T)/hypervisor HV_OBJDIR=$(HV_OUT) PLATFORM=$(PLATFORM) RELEASE=$(RELEASE) clean
@@ -35,10 +34,6 @@ tools:
3534
mkdir -p $(TOOLS_OUT)
3635
make -C $(T)/tools OUT_DIR=$(TOOLS_OUT) RELEASE=$(RELEASE)
3736

38-
misc: tools
39-
mkdir -p $(MISC_OUT)
40-
make -C $(T)/misc OUT_DIR=$(MISC_OUT)
41-
4237
doc:
4338
make -C $(T)/doc html BUILDDIR=$(DOC_OUT)
4439

@@ -49,7 +44,7 @@ clean:
4944
rm -rf $(ROOT_OUT)
5045

5146
.PHONY: install
52-
install: hypervisor-install devicemodel-install tools-install misc-install
47+
install: hypervisor-install devicemodel-install tools-install
5348

5449
hypervisor-install:
5550
make -C $(T)/hypervisor HV_OBJDIR=$(HV_OUT) PLATFORM=$(PLATFORM) RELEASE=$(RELEASE) install
@@ -62,6 +57,3 @@ devicemodel-install:
6257

6358
tools-install:
6459
make -C $(T)/tools OUT_DIR=$(TOOLS_OUT) install
65-
66-
misc-install:
67-
make -C $(T)/misc OUT_DIR=$(MISC_OUT) install

misc/Makefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

misc/cbc_attach/Makefile

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)