summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test')
-rw-r--r--tmk_core/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test27
1 files changed, 0 insertions, 27 deletions
diff --git a/tmk_core/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test b/tmk_core/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test
deleted file mode 100644
index 7391b514a..000000000
--- a/tmk_core/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# LUFA Library
-# Copyright (C) Dean Camera, 2014.
-#
-# dean [at] fourwalledcubicle [dot] com
-# www.lufa-lib.org
-#
-# --------------------------------------
-# LUFA Project Makefile.
-# --------------------------------------
-
-# Run "make help" for target help.
-
-MCU =
-ARCH =
-BOARD =
-F_CPU = $(F_USB)
-F_USB = 8000000
-OPTIMIZATION = 1
-TARGET = Test
-SRC = $(TARGET).c
-LUFA_PATH = ../../LUFA
-CC_FLAGS = -Werror
-DEBUG_LEVEL = 0
-
-# Include LUFA build script makefiles
-include $(LUFA_PATH)/Build/lufa_build.mk