mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-09-22 15:44:09 +08:00
Remove vim modeline comments
This is currently inconsistent with the rest of the project. Signed-off-by: Gaute Nilsson <gaute.nilsson@siemens-energy.com>
This commit is contained in:
committed by
Arnaud Pouliquen
parent
166055b78f
commit
9ef58af298
@@ -35,5 +35,3 @@ add_subdirectory (lib)
|
||||
if (WITH_APPS)
|
||||
add_subdirectory (apps)
|
||||
endif (WITH_APPS)
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -36,5 +36,3 @@ endfunction (collect)
|
||||
collector_create (PROJECT_INC_DIRS "")
|
||||
collector_create (PROJECT_LIB_DIRS "")
|
||||
collector_create (PROJECT_LIB_DEPS "")
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -19,5 +19,3 @@ endif ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
|
||||
if (NOT HAVE_FCNTL_H)
|
||||
unset (WITH_PROXY CACHE)
|
||||
endif (NOT HAVE_FCNTL_H)
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -106,4 +106,3 @@ if (DEFINED RPMSG_BUFFER_SIZE)
|
||||
endif (DEFINED RPMSG_BUFFER_SIZE)
|
||||
|
||||
message ("-- C_FLAGS : ${CMAKE_C_FLAGS}")
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -8,5 +8,3 @@ CMAKE_FORCE_CXX_COMPILER ("${CROSS_PREFIX}g++" GNU)
|
||||
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
|
||||
|
||||
@@ -5,5 +5,3 @@ set (CMAKE_CXX_COMPILER "${CROSS_PREFIX}g++")
|
||||
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
||||
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY NEVER)
|
||||
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE NEVER)
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -4,5 +4,3 @@ set (CROSS_PREFIX "arm-none-eabi-" CACHE STRING "")
|
||||
set (CMAKE_C_FLAGS "-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard" CACHE STRING "")
|
||||
|
||||
include (cross_generic_gcc)
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -2,5 +2,3 @@ set (CMAKE_SYSTEM_PROCESSOR "arm")
|
||||
set (CROSS_PREFIX "arm-xilinx-linux-gnueabi-")
|
||||
|
||||
include (cross-linux-gcc)
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -2,5 +2,3 @@ set (CMAKE_SYSTEM_PROCESSOR "arm64")
|
||||
set (CROSS_PREFIX "aarch64-none-elf-")
|
||||
|
||||
include (cross_generic_gcc)
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -3,5 +3,3 @@ set (CROSS_PREFIX "aarch64-linux-gnu-")
|
||||
set (MACHINE "zynqmp" CACHE STRING "")
|
||||
|
||||
include (cross_linux_gcc)
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -6,5 +6,3 @@ set (CROSS_PREFIX "armr5-none-eabi-" CACHE STRING "")
|
||||
set (CMAKE_C_FLAGS "-mfloat-abi=hard -mfpu=vfpv3-d16 -mcpu=cortex-r5" CACHE STRING "")
|
||||
|
||||
include (cross_generic_gcc)
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
@@ -67,5 +67,3 @@ endif (WITH_ZEPHYR)
|
||||
|
||||
install (DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/openamp" DESTINATION include)
|
||||
install (DIRECTORY "${PROJECT_BINARY_DIR}/include/generated/openamp" DESTINATION include)
|
||||
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
Reference in New Issue
Block a user