aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/CDC
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-07 11:55:20 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-07 11:55:20 +0000
commit9810cbdd156afc5100449e509ad5bfa11e31088e (patch)
tree5c8507c30b7feccf1e5ac500e14cd301440bfdd7 /Bootloaders/CDC
parentce7ae17fd93dbd2a6c0667c0091b217b7752e425 (diff)
Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1516 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/CDC')
-rw-r--r--Bootloaders/CDC/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile
index 44667b39..c23424b9 100644
--- a/Bootloaders/CDC/makefile
+++ b/Bootloaders/CDC/makefile
@@ -122,6 +122,7 @@ LUFA_OPTS += -D NO_INTERNAL_SERIAL
LUFA_OPTS += -D NO_DEVICE_SELF_POWER
LUFA_OPTS += -D NO_DEVICE_REMOTE_WAKEUP
LUFA_OPTS += -D NO_STREAM_CALLBACKS
+LUFA_OPTS += -D NO_SOF_EVENTS
# Create the LUFA source path variables by including the LUFA root makefile