aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/BoardDriverTest/makefile.test
blob: 82ff3ad0a9c8baeb6cc8f9dc1dd6dc5560048dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
include $(LUFA_PATH)/Build/lufa.build.in