Skip to content

Commit

Permalink
Update CMakeLists.txt and quick-start.sh: change target (keystone-enc…
Browse files Browse the repository at this point in the history
…lave#19)

* Update CMakeLists.txt

* Update quick-start.sh
  • Loading branch information
lucagiorgino authored and kkrentz committed Sep 27, 2023
1 parent 7f17c6d commit cab768b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ add_eyrie_runtime(${eapp_bin}-eyrie
${eyrie_plugins}
${eyrie_files_to_copy})

add_keystone_package(package
add_keystone_package(packagedemo
${package_name}
${package_script}
${eyrie_files_to_copy} server_eapp/server_eapp.eapp_riscv ${host_bin})

add_dependencies(package ${eapp_bin}-eyrie)
add_dependencies(packagedemo ${eapp_bin}-eyrie)

2 changes: 1 addition & 1 deletion quick-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ mkdir -p build
cd build
cmake ..
make
make package
make packagedemo

# Done!
echo -e "************ Demo binaries built and copied into overlay directory. ***************
Expand Down

0 comments on commit cab768b

Please sign in to comment.