aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/DFU/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-06-21 11:09:12 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-06-21 11:09:12 +0000
commit73582ef5133dd39abebf996b849cea8c278fa477 (patch)
tree41c509e61ca18ede43dbe6438ac335d8ef12beaa /Bootloaders/DFU/makefile
parent2edbbc057a17f192e668ea14d43e647eb3fbc1fb (diff)
Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them from having unneccesary size increases from unused code.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@623 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/DFU/makefile')
-rw-r--r--Bootloaders/DFU/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile
index f3d5cfad..06551d56 100644
--- a/Bootloaders/DFU/makefile
+++ b/Bootloaders/DFU/makefile
@@ -118,6 +118,7 @@ LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=32
LUFA_OPTS += -D USE_SINGLE_DEVICE_CONFIGURATION
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
LUFA_OPTS += -D USE_RAM_DESCRIPTORS
+LUFA_OPTS += -D NO_INTERNAL_SERIAL
# List C source files here. (C dependencies are automatically generated.)