diff options
Diffstat (limited to 'tmk_core/chibios.mk')
-rw-r--r-- | tmk_core/chibios.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk index cbd9fff69..28aaaecba 100644 --- a/tmk_core/chibios.mk +++ b/tmk_core/chibios.mk | |||
@@ -278,8 +278,6 @@ HEX = $(OBJCOPY) -O $(FORMAT) | |||
278 | EEP = | 278 | EEP = |
279 | BIN = $(OBJCOPY) -O binary | 279 | BIN = $(OBJCOPY) -O binary |
280 | 280 | ||
281 | COMMON_VPATH += $(DRIVER_PATH)/chibios | ||
282 | |||
283 | THUMBFLAGS = -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -mthumb -DTHUMB | 281 | THUMBFLAGS = -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -mthumb -DTHUMB |
284 | 282 | ||
285 | COMPILEFLAGS += -fomit-frame-pointer | 283 | COMPILEFLAGS += -fomit-frame-pointer |