summaryrefslogtreecommitdiff
path: root/lufa.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-28 18:56:11 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-28 18:56:11 +0000
commitdfd6d6010bec3c2b412e75b1f75d21a7261fd92a (patch)
tree9139d3f63ead287526593a9bf24c29f1123e7241 /lufa.mk
parentadded posibility to build external lufa lib (not perfect..) (diff)
added USBtoSerial Example Project to avr utils
git-svn-id: https://svn.spreadspace.org/avr/trunk@38 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'lufa.mk')
-rw-r--r--lufa.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/lufa.mk b/lufa.mk
index 709f9be..a2c7eb9 100644
--- a/lufa.mk
+++ b/lufa.mk
@@ -23,12 +23,9 @@
include ../defines.mk
## TODO: change BOARD names for our tools too???
-LUFA_BOARD = TEENSY2
-
include $(LUFA_PATH)/LUFA/makefile
SRC = $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
-CFLAGS += -std=c99
CFLAGS += -DF_USB=$(F_USB)UL
CFLAGS += -DBOARD=BOARD_$(LUFA_BOARD) -DARCH=ARCH_$(ARCH)
CFLAGS += $(LUFA_OPTS)