examples: xlnx: Change machine name to be SOC agnostic

Match examples to lib CMake machine name change

Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
This commit is contained in:
Ben Levinsky
2024-07-16 15:10:00 -07:00
committed by Bill Mills
parent 3e8be081fc
commit 5c36d6b9c1
41 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)