Return platform-specific errors via ext4_blockdev_errno
[lwext4.git] / toolchain / avrxmega7.cmake
1 # Name of the target
2 set(CMAKE_SYSTEM_NAME Generic)
3 set(CMAKE_SYSTEM_PROCESSOR avrxmega7)
4
5 set(MCPU_FLAGS "-mmcu=avrxmega7")
6
7 include(${CMAKE_CURRENT_LIST_DIR}/common/avr-gcc.cmake)