Skip to content

Commit

Permalink
Remove vim editor configuration in files
Browse files Browse the repository at this point in the history
Remove all remaining instances of "# vim: ..." in files

Signed-off-by: Arnaud Pouliquen <[email protected]>
  • Loading branch information
arnopo committed Oct 13, 2023
1 parent fb8b04f commit ea7bbd6
Show file tree
Hide file tree
Showing 68 changed files with 0 additions and 73 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ if (WITH_EXAMPLES)
add_subdirectory (examples)
endif (WITH_EXAMPLES)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/collect.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ collector_create (PROJECT_LIB_DIRS "")
collector_create (PROJECT_LIB_DEPS "")
collector_create (PROJECT_HDR_TESTS "")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/depends.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ else ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")

endif ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ option (WITH_DEFAULT_LOGGER "Build with default logger" ON)
option (WITH_DOC "Build with documentation" ON)

set_property (GLOBAL PROPERTY "PROJECT_EC_FLAGS" -Wall -Werror -Wextra)
# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/cross-freertos-gcc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ include (cross-generic-gcc)
string (TOLOWER "FreeRTOS" PROJECT_SYSTEM)
string (TOUPPER "FreeRTOS" PROJECT_SYSTEM_UPPER)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/cross-generic-gcc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ set (CMAKE_CXX_COMPILER "${CROSS_PREFIX}g++")
# causes errors in try_compile on ARM generic.
set (CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/cross-generic-iar.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ include (CMakeForceCompiler)
CMAKE_FORCE_C_COMPILER ("icc${CROSS_SUFFIX}" IAR)
CMAKE_FORCE_CXX_COMPILER ("icc${CROSS_SUFFIX} --eec++" IAR)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/cross-linux-gcc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER CACHE STRING "")
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY NEVER CACHE STRING "")
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE NEVER CACHE STRING "")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/template-freertos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ set (CMAKE_C_FLAGS "" CACHE STRING "")

include (cross-freertos-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/template-generic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ set (CMAKE_C_FLAGS "" CACHE STRING "")

include (cross-generic-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/zynq7-freertos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ set (CMAKE_C_FLAGS "-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard" CACHE

include (cross-freertos-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/zynq7-generic-iar.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
set (CROSS_SUFFIX "arm" CACHE STRING "")
include (cross-generic-iar)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/zynq7-generic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ set (CMAKE_C_FLAGS "-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard" CACHE

include (cross-generic-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/zynq7-linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ set (CMAKE_SYSTEM_PROCESSOR "arm" CACHE STRING "")
set (CROSS_PREFIX "arm-xilinx-linux-gnueabi-" CACHE STRING "")
include (cross-linux-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/zynqmp-a53-freertos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ set (CMAKE_C_FLAGS "" CACHE STRING "")

include (cross-freertos-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/zynqmp-a53-generic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ set (CMAKE_C_FLAGS "" CACHE STRING "")

include (cross-generic-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/zynqmp-linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ set (CMAKE_SYSTEM_PROCESSOR "aarch64" CACHE STRING "")
set (CROSS_PREFIX "aarch64-linux-gnu-" CACHE STRING "")
include (cross-linux-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/zynqmp-r5-freertos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ set (CMAKE_C_FLAGS "-mfloat-abi=soft -mcpu=cortex-r5" CACHE STRING "")

include (cross-freertos-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion cmake/platforms/zynqmp-r5-generic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ set (CMAKE_C_FLAGS "-mfloat-abi=hard -mfpu=vfpv3-d16 -mcpu=cortex-r5" C

include (cross-generic-gcc)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ install (FILES ${PROJECT_SOURCE_DIR}/LICENSE.md

endif (DOXYGEN_FOUND)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ collect(PROJECT_LIB_DEPS metal)

add_subdirectory (system)

# vim: expandtab:ts=2:sw=2:smartindent
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ target_compile_options (${_app0}.elf PUBLIC ${_ec_flgs})
target_link_libraries(${_app0}.elf -Wl,-Map=${_app0}.map -Wl,--gc-sections -T\"${_linker_script}\" -Wl,--start-group ${_deps} -Wl,--end-group)
install (TARGETS ${_app0}.elf RUNTIME DESTINATION bin)

# vim: expandtab:ts=2:sw=2:smartindent
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ target_compile_options (${_app0}.elf PUBLIC ${_ec_flgs})
target_link_libraries(${_app0}.elf -Wl,-Map=${_app0}.map -Wl,--gc-sections -T\"${_linker_script}\" -Wl,--start-group ${_deps} -Wl,--end-group)
install (TARGETS ${_app0}.elf RUNTIME DESTINATION bin)

# vim: expandtab:ts=2:sw=2:smartindent
2 changes: 0 additions & 2 deletions examples/system/linux/zynqmp/zynqmp_amp_demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ foreach (_app libmetal_amp_demo libmetal_amp_demod)
endif (WITH_STATIC_LIB)
endforeach (_app)

# vim: expandtab:ts=2:sw=2:smartindent

1 change: 0 additions & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,3 @@ else (WITH_ZEPHYR)
endif (WITH_STATIC_LIB)
endif (WITH_ZEPHYR)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ add_subdirectory (armcc)
add_subdirectory (gcc)
add_subdirectory (iar)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/compiler/armcc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
collect (PROJECT_LIB_HEADERS errno.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/compiler/gcc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
collect (PROJECT_LIB_HEADERS atomic.h)
collect (PROJECT_LIB_HEADERS compiler.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/compiler/iar/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
collect (PROJECT_LIB_HEADERS compiler.h)
collect (PROJECT_LIB_HEADERS errno.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/processor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
add_subdirectory (${PROJECT_PROCESSOR})

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/processor/aarch64/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
collect (PROJECT_LIB_HEADERS atomic.h)
collect (PROJECT_LIB_HEADERS cpu.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/processor/arm/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
collect (PROJECT_LIB_HEADERS atomic.h)
collect (PROJECT_LIB_HEADERS cpu.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/processor/ceva/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
collect (PROJECT_LIB_HEADERS cpu.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/processor/csky/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
collect (PROJECT_LIB_HEADERS cpu.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/processor/microblaze/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
collect (PROJECT_LIB_HEADERS atomic.h)
collect (PROJECT_LIB_HEADERS cpu.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/processor/riscv/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
collect (PROJECT_LIB_HEADERS cpu.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/processor/x86/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
collect (PROJECT_LIB_HEADERS atomic.h)
collect (PROJECT_LIB_HEADERS cpu.h)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/processor/x86_64/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
collect (PROJECT_LIB_HEADERS atomic.h)
collect (PROJECT_LIB_HEADERS cpu.h)

# vim: expandtab:ts=2:sw=2:smartindent
2 changes: 0 additions & 2 deletions lib/system/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
add_subdirectory (${PROJECT_SYSTEM})

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/freertos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})
add_subdirectory(${PROJECT_MACHINE})
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/freertos/template/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ collect (PROJECT_LIB_HEADERS sys.h)

collect (PROJECT_LIB_SOURCES sys.c)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/freertos/xlnx_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ collect (PROJECT_LIB_HEADERS sys.h)

collect (PROJECT_LIB_SOURCES irq.c)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/freertos/zynq7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ collect (PROJECT_LIB_HEADERS sys.h)
collect (PROJECT_LIB_SOURCES sys.c)

add_subdirectory(../xlnx_common ${CMAKE_CURRENT_BINARY_DIR}/../xlnx_common)
# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/freertos/zynqmp_a53/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ collect (PROJECT_LIB_HEADERS sys.h)
collect (PROJECT_LIB_SOURCES sys.c)

add_subdirectory(../xlnx_common ${CMAKE_CURRENT_BINARY_DIR}/../xlnx_common)
# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/freertos/zynqmp_r5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ collect (PROJECT_LIB_HEADERS sys.h)
collect (PROJECT_LIB_SOURCES sys.c)

add_subdirectory(../xlnx_common ${CMAKE_CURRENT_BINARY_DIR}/../xlnx_common)
# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/generic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})
add_subdirectory(${PROJECT_MACHINE})
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/generic/microblaze_generic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ if (HAS_XINTC)
endif(HAS_XINTC)

add_subdirectory(../xlnx_common ${CMAKE_CURRENT_BINARY_DIR}/../xlnx_common)
# vim: expandtab:ts=2:sw=2:smartindent
2 changes: 0 additions & 2 deletions lib/system/generic/template/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
collect (PROJECT_LIB_HEADERS sys.h)

collect (PROJECT_LIB_SOURCES sys.c)

# vim: expandtab:ts=2:sw=2:smartindent
2 changes: 0 additions & 2 deletions lib/system/generic/xlnx_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ collect (PROJECT_LIB_SOURCES irq.c)
if ("${PROJECT_MACHINE}" STREQUAL "zynqmp_a53" OR "${PROJECT_MACHINE}" STREQUAL "zynqmp_a72")
add_subdirectory(zynqmp_aarch64)
endif ("${PROJECT_MACHINE}" STREQUAL "zynqmp_a53" OR "${PROJECT_MACHINE}" STREQUAL "zynqmp_a72")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/generic/zynq7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ collect (PROJECT_LIB_HEADERS sys.h)
collect (PROJECT_LIB_SOURCES sys.c)

add_subdirectory(../xlnx_common ${CMAKE_CURRENT_BINARY_DIR}/../xlnx_common)
# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/generic/zynqmp_r5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ collect (PROJECT_LIB_HEADERS sys.h)
collect (PROJECT_LIB_SOURCES sys.c)

add_subdirectory(../xlnx_common ${CMAKE_CURRENT_BINARY_DIR}/../xlnx_common)
# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ collect (PROJECT_LIB_SOURCES shmem.c)
collect (PROJECT_LIB_SOURCES time.c)
collect (PROJECT_LIB_SOURCES utilities.c)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion lib/system/nuttx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ collect (PROJECT_LIB_SOURCES irq.c)
collect (PROJECT_LIB_SOURCES shmem.c)
collect (PROJECT_LIB_SOURCES time.c)

# vim: expandtab:ts=2:sw=2:smartindent
2 changes: 0 additions & 2 deletions lib/system/zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ collect (PROJECT_LIB_SOURCES shmem.c)
collect (PROJECT_LIB_SOURCES time.c)
collect (PROJECT_LIB_SOURCES sys.c)


# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ else (WITH_ZEPHYR)
add_library (metal-headers STATIC ${_flist})
endif (WITH_ZEPHYR)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
add_subdirectory (${PROJECT_SYSTEM})

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/freertos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})
add_subdirectory(${PROJECT_MACHINE})
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/freertos/zynq7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ collect (PROJECT_LIB_DIRS ${_ext_lib_path})

set_property (GLOBAL PROPERTY TEST_LINKER_OPTIONS "-Wl,--gc-sections -Wl,-build-id=none -specs=${CMAKE_CURRENT_SOURCE_DIR}/Xilinx.spec -T\"${CMAKE_CURRENT_SOURCE_DIR}/lscript.ld\" -Wl,--start-group,-lxil,-lfreertos,-lgcc,-lc,--end-group")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/freertos/zynqmp_a53/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ collect (PROJECT_LIB_DIRS ${_ext_lib_path})

set_property (GLOBAL PROPERTY TEST_LINKER_OPTIONS "-Wl,--gc-sections -T\"${CMAKE_CURRENT_SOURCE_DIR}/lscript.ld\" -Wl,--start-group,-lxil,-lfreertos,-lgcc,-lc,--end-group")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/freertos/zynqmp_r5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ collect (PROJECT_LIB_DIRS ${_ext_lib_path})

set_property (GLOBAL PROPERTY TEST_LINKER_OPTIONS "-Wl,--gc-sections -T\"${CMAKE_CURRENT_SOURCE_DIR}/lscript.ld\" -Wl,--start-group,-lxil,-lfreertos,-lgcc,-lc,--end-group")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/generic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})
add_subdirectory(${PROJECT_MACHINE})
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/generic/microblaze_generic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ collect (PROJECT_LIB_DIRS ${_ext_lib_path})

set_property (GLOBAL PROPERTY TEST_LINKER_OPTIONS "-Wl,--gc-sections -T\"${CMAKE_CURRENT_SOURCE_DIR}/lscript.ld\"")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/generic/zynq7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ collect (PROJECT_LIB_DIRS ${_ext_lib_path})

set_property (GLOBAL PROPERTY TEST_LINKER_OPTIONS "-Wl,--gc-sections -Wl,-build-id=none -specs=${CMAKE_CURRENT_SOURCE_DIR}/Xilinx.spec -T\"${CMAKE_CURRENT_SOURCE_DIR}/lscript.ld\"")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/generic/zynqmp_a53/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ collect (PROJECT_LIB_DIRS ${_ext_lib_path})

set_property (GLOBAL PROPERTY TEST_LINKER_OPTIONS "-Wl,--gc-sections -T\"${CMAKE_CURRENT_SOURCE_DIR}/lscript.ld\"")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/generic/zynqmp_r5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ collect (PROJECT_LIB_DIRS ${_ext_lib_path})

set_property (GLOBAL PROPERTY TEST_LINKER_OPTIONS "-Wl,--gc-sections -T\"${CMAKE_CURRENT_SOURCE_DIR}/lscript.ld\"")

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})
add_subdirectory(${PROJECT_MACHINE})
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/linux/zynq/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
collect (PROJECT_LIB_TESTS device.c)

# vim: expandtab:ts=2:sw=2:smartindent
1 change: 0 additions & 1 deletion test/system/zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})
add_subdirectory(${PROJECT_MACHINE})
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_MACHINE})

# vim: expandtab:ts=2:sw=2:smartindent

0 comments on commit ea7bbd6

Please sign in to comment.