Skip to content

Commit

Permalink
examples: xlnx: Change machine name to be SOC agnostic
Browse files Browse the repository at this point in the history
Match examples to lib CMake machine name change

Signed-off-by: Ben Levinsky <[email protected]>
  • Loading branch information
bentheredonethat committed Jul 22, 2024
1 parent 5e1b546 commit 0bba9ed
Show file tree
Hide file tree
Showing 41 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ endif (NOT _lib_path)
get_filename_component (_lib_path ${_lib_path} DIRECTORY)
collect (PROJECT_LIB_DIRS ${_lib_path})

add_subdirectory(zynqmp_amp_demo)
add_subdirectory(amp_demo)
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ endif (NOT _lib_path)
get_filename_component (_lib_path ${_lib_path} DIRECTORY)
collect (PROJECT_LIB_DIRS ${_lib_path})

add_subdirectory(zynqmp_amp_demo)
add_subdirectory(amp_demo)
File renamed without changes.

0 comments on commit 0bba9ed

Please sign in to comment.