Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
move proxy and hypervisor to a new submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jul 8, 2018
1 parent 69ed9f5 commit d62fb9f
Show file tree
Hide file tree
Showing 24 changed files with 8 additions and 7,567 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
path = usr/libomp
url = https://github.com/hermitcore/libomp_oss.git
branch = hermit
[submodule "caves"]
path = caves
url = https://github.com/hermitcore/hermit-caves.git
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ install(DIRECTORY include/hermit
FILES_MATCHING
PATTERN *.h)

install(FILES tools/init.sh
DESTINATION tools)

# provide custom target to only install libhermit without its runtimes which is
# needed during the compilation of the cross toolchain
add_custom_target(hermit-bootstrap-install
Expand All @@ -150,7 +153,7 @@ add_custom_target(hermit
# be relocated for installation

## HermitCore's own tools such as Qemu/KVM proxy
build_external(tools ${HERMIT_ROOT}/tools "")
build_external(caves ${HERMIT_ROOT}/caves "")

if("${TARGET_ARCH}" STREQUAL "x86_64-hermit")

Expand Down
1 change: 1 addition & 0 deletions caves
Submodule caves added at 155b31
53 changes: 0 additions & 53 deletions tools/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit d62fb9f

Please sign in to comment.