From b438c6f8eab1c1f940c3af3a3fdfc99b34fc3bf2 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Sat, 7 Mar 2020 03:05:51 +1100 Subject: Fix up Arm builds with nix-shell. (#8312) --- tmk_core/avr.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmk_core/avr.mk') diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk index d5ca3a4dd..1525391a4 100644 --- a/tmk_core/avr.mk +++ b/tmk_core/avr.mk @@ -21,7 +21,9 @@ COMPILEFLAGS += -fdata-sections COMPILEFLAGS += -fpack-struct COMPILEFLAGS += -fshort-enums -CFLAGS += $(COMPILEFLAGS) +ASFLAGS += $(AVR_ASFLAGS) + +CFLAGS += $(COMPILEFLAGS) $(AVR_CFLAGS) CFLAGS += -fno-inline-small-functions CFLAGS += -fno-strict-aliasing -- cgit v1.2.3