Skip to content

Commit

Permalink
Move riscv-pk from deps to src
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljclark committed Jan 24, 2019
1 parent 227d3ba commit 24fc2e8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "riscv-pk"]
path = deps/riscv-pk
path = src/riscv-pk
url = ../riscv-pk.git
1 change: 0 additions & 1 deletion deps/riscv-pk
Submodule riscv-pk deleted from ca7ef2
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test -x build/linux-${LINUX_KERNEL_VERSION}/vmlinux || (
test -d build/riscv-pk || mkdir build/riscv-pk
test -x build/riscv-pk/bbl || (
cd build/riscv-pk
../../deps/riscv-pk/configure \
../../src/riscv-pk/configure \
--host=${CROSS_COMPILE%-} \
--with-payload=../linux-${LINUX_KERNEL_VERSION}/vmlinux
make -j$(nproc)
Expand Down
1 change: 1 addition & 0 deletions src/riscv-pk
Submodule riscv-pk added at a92db3

0 comments on commit 24fc2e8

Please sign in to comment.