Update SVN line endings property on newer source files to native.
[pub/USBasp.git] / BuildTests / SingleUSBModeTest / makefile.test
index d8b9be5..461a4b6 100644 (file)
@@ -1,34 +1,34 @@
-#\r
-#             LUFA Library\r
-#     Copyright (C) Dean Camera, 2012.\r
-#\r
-#  dean [at] fourwalledcubicle [dot] com\r
-#           www.lufa-lib.org\r
-#\r
-# --------------------------------------\r
-#         LUFA Project Makefile.\r
-# --------------------------------------\r
-\r
-MCU          = \r
-ARCH         = \r
-BOARD        = NONE\r
-F_CPU        = $(F_USB)\r
-\r
-ifeq ($(ARCH), AVR8)\r
-F_USB        = 8000000\r
-else ifeq ($(ARCH), XMEGA)\r
-F_USB        = 48000000\r
-else ifeq ($(ARCH), UC3)\r
-F_USB        = 48000000\r
-endif\r
-\r
-OPTIMIZATION = 1\r
-TARGET       = Test\r
-SRC          = Test.c Dummy.S $(LUFA_SRC_USB)\r
-LUFA_PATH    = ../../LUFA/\r
-CC_FLAGS     =\r
-# TODO: Add warnings and set warnings as errors\r
-\r
-# Include LUFA build script makefiles\r
-include $(LUFA_PATH)/Build/lufa.sources.in\r
+#
+#             LUFA Library
+#     Copyright (C) Dean Camera, 2012.
+#
+#  dean [at] fourwalledcubicle [dot] com
+#           www.lufa-lib.org
+#
+# --------------------------------------
+#         LUFA Project Makefile.
+# --------------------------------------
+
+MCU          = 
+ARCH         = 
+BOARD        = NONE
+F_CPU        = $(F_USB)
+
+ifeq ($(ARCH), AVR8)
+F_USB        = 8000000
+else ifeq ($(ARCH), XMEGA)
+F_USB        = 48000000
+else ifeq ($(ARCH), UC3)
+F_USB        = 48000000
+endif
+
+OPTIMIZATION = 1
+TARGET       = Test
+SRC          = Test.c Dummy.S $(LUFA_SRC_USB)
+LUFA_PATH    = ../../LUFA/
+CC_FLAGS     =
+# TODO: Add warnings and set warnings as errors
+
+# Include LUFA build script makefiles
+include $(LUFA_PATH)/Build/lufa.sources.in
 include $(LUFA_PATH)/Build/lufa.build.in
\ No newline at end of file