aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/DFU/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-12 17:10:24 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-12 17:10:24 +0000
commit812251c88ab7675aa0cd5d7c41c04efdcd219c3a (patch)
tree40abed534597286d62d474aaa284ca445d65fb8e /Bootloaders/DFU/makefile
parent4b4305d2894fb716789383ddd74426877fb60648 (diff)
Remove unused makefile macro from the DFU bootloader.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2340 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/DFU/makefile')
-rw-r--r--Bootloaders/DFU/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile
index a39a83ae..75b36ec6 100644
--- a/Bootloaders/DFU/makefile
+++ b/Bootloaders/DFU/makefile
@@ -17,7 +17,6 @@ BOOT_SECTION_SIZE_KB := 8
# Bootloader address calculations (requires the "bc" unix utility) - do
# not modify these calculations, but rather modify the depedant values above.
-CALC_ADDRESS_HEX = $(shell echo "obase=16; $(1)" | bc)
BOOT_START := 0x$(shell echo "obase=16; ($(FLASH_SIZE_KB) - $(BOOT_SECTION_SIZE_KB)) * 1024" | bc)
BOOT_API_TABLESTART := 0x$(shell echo "obase=16; (($(FLASH_SIZE_KB) * 1024) - 96)" | bc)