diff options
Diffstat (limited to 'tmk_core/avr.mk')
-rw-r--r-- | tmk_core/avr.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk index d7bee6d34..940e95397 100644 --- a/tmk_core/avr.mk +++ b/tmk_core/avr.mk | |||
@@ -12,8 +12,6 @@ HEX = $(OBJCOPY) -O $(FORMAT) -R .eeprom -R .fuse -R .lock -R .signature | |||
12 | EEP = $(OBJCOPY) -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O $(FORMAT) | 12 | EEP = $(OBJCOPY) -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O $(FORMAT) |
13 | BIN = | 13 | BIN = |
14 | 14 | ||
15 | COMMON_VPATH += $(DRIVER_PATH)/avr | ||
16 | |||
17 | COMPILEFLAGS += -funsigned-char | 15 | COMPILEFLAGS += -funsigned-char |
18 | COMPILEFLAGS += -funsigned-bitfields | 16 | COMPILEFLAGS += -funsigned-bitfields |
19 | COMPILEFLAGS += -ffunction-sections | 17 | COMPILEFLAGS += -ffunction-sections |