diff options
Diffstat (limited to 'protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test')
m--------- | protocol/lufa/LUFA-git | 0 | ||||
-rw-r--r-- | protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test | 27 |
2 files changed, 27 insertions, 0 deletions
diff --git a/protocol/lufa/LUFA-git b/protocol/lufa/LUFA-git deleted file mode 160000 -Subproject b6c18b2a7c544653efbe12a1d4e8ba65e7d83c3 diff --git a/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test b/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test new file mode 100644 index 0000000000..7391b514a7 --- /dev/null +++ b/protocol/lufa/LUFA-git/BuildTests/BoardDriverTest/makefile.test @@ -0,0 +1,27 @@ +# +# 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 |