aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/BoardDriverTest/makefile.test
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-07 20:49:47 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-07 20:49:47 +0000
commitb31f91a118162717a47ccf9a6c66cf78deca7034 (patch)
tree5912c3a75d29d99ebe618641dc10b44a930fd3de /BuildTests/BoardDriverTest/makefile.test
parentdf425dc640408cbb03859bba20c2a1e51a83055b (diff)
Update SVN line endings property on newer source files to native.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2317 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/BoardDriverTest/makefile.test')
-rw-r--r--BuildTests/BoardDriverTest/makefile.test46
1 files changed, 23 insertions, 23 deletions
diff --git a/BuildTests/BoardDriverTest/makefile.test b/BuildTests/BoardDriverTest/makefile.test
index 11d0372e..82ff3ad0 100644
--- a/BuildTests/BoardDriverTest/makefile.test
+++ b/BuildTests/BoardDriverTest/makefile.test
@@ -1,24 +1,24 @@
-#
-# LUFA Library
-# Copyright (C) Dean Camera, 2012.
-#
-# dean [at] fourwalledcubicle [dot] com
-# www.lufa-lib.org
-#
-# --------------------------------------
-# LUFA Project Makefile.
-# --------------------------------------
-
-MCU =
-ARCH =
-BOARD =
-F_CPU = $(F_USB)
-F_USB = 8000000
-OPTIMIZATION = 1
-TARGET = Test
-SRC = $(TARGET).c
-LUFA_PATH = ../../LUFA/
-CC_FLAGS = -Werror
-
-# Include LUFA build script makefiles
+#
+# LUFA Library
+# Copyright (C) Dean Camera, 2012.
+#
+# dean [at] fourwalledcubicle [dot] com
+# www.lufa-lib.org
+#
+# --------------------------------------
+# LUFA Project Makefile.
+# --------------------------------------
+
+MCU =
+ARCH =
+BOARD =
+F_CPU = $(F_USB)
+F_USB = 8000000
+OPTIMIZATION = 1
+TARGET = Test
+SRC = $(TARGET).c
+LUFA_PATH = ../../LUFA/
+CC_FLAGS = -Werror
+
+# Include LUFA build script makefiles
include $(LUFA_PATH)/Build/lufa.build.in \ No newline at end of file