summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-07-07 17:56:01 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-07 17:56:51 +0200
commit39ece819791eed7f57e0a0492c1aa774be5c4b24 (patch)
tree1939a6e4078fce735ece780cd4c803f02a0b4b8a /tmk_core/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test
parent8655d4f4948b2deef7844503c8d690f23ac1a062 (diff)
downloadqmk_firmware-39ece819791eed7f57e0a0492c1aa774be5c4b24.tar.gz
qmk_firmware-39ece819791eed7f57e0a0492c1aa774be5c4b24.tar.xz
delete old lufa
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