Convert to linux line endings in multiple files
[lwext4.git] / toolchain / bf518.cmake
1 # Name of the target
2 set(CMAKE_SYSTEM_NAME Generic)
3 set(CMAKE_SYSTEM_PROCESSOR bf518)
4
5 set(MCPU_FLAGS "-mcpu=bf518")
6
7 include(${CMAKE_CURRENT_LIST_DIR}/common/bfin-elf.cmake)