summaryrefslogtreecommitdiff
path: root/toolchain/avrxmega7.cmake
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2015-12-09 21:23:31 +0100
committergkostka <kostka.grzegorz@gmail.com>2015-12-09 21:23:31 +0100
commitf5be9f5ec391ee19a442c5db5f1ebb6660ce685d (patch)
tree4397b542721f0e0d50a7bbc2dbc1f495c59fc43c /toolchain/avrxmega7.cmake
parent288fc85b5ec47252d148a95cc6de9e59710d87f5 (diff)
Convert to linux line endings in multiple files
Diffstat (limited to 'toolchain/avrxmega7.cmake')
-rw-r--r--toolchain/avrxmega7.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/toolchain/avrxmega7.cmake b/toolchain/avrxmega7.cmake
index e79a3c4..3ace0cc 100644
--- a/toolchain/avrxmega7.cmake
+++ b/toolchain/avrxmega7.cmake
@@ -1,7 +1,7 @@
-# Name of the target
-set(CMAKE_SYSTEM_NAME Generic)
-set(CMAKE_SYSTEM_PROCESSOR avrxmega7)
-
-set(MCPU_FLAGS "-mmcu=avrxmega7")
-
+# Name of the target
+set(CMAKE_SYSTEM_NAME Generic)
+set(CMAKE_SYSTEM_PROCESSOR avrxmega7)
+
+set(MCPU_FLAGS "-mmcu=avrxmega7")
+
include(${CMAKE_CURRENT_LIST_DIR}/common/avr-gcc.cmake) \ No newline at end of file