diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-06 14:42:01 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-06 14:42:01 -0400 |
commit | 2a8a37b4b69494b037db6897b3dd4388330455a4 (patch) | |
tree | a7f1a8bb390717f3080e733f8ae508609e4853c3 | |
parent | 961e6e938f965e340e5a1686dc2095c2c194905b (diff) |
Remove disused variable LIBSUBDIR
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -15,14 +15,12 @@ endif ifneq (,$(wildcard $(TOOLCHAIN)/base_tools)) include $(TOOLCHAIN)/base_tools -LIBSUBDIR := thumb else export PATH := $(TOOLCHAIN)/bin:$(PATH) PREFIX := arm-none-eabi- OBJCOPY := $(PREFIX)objcopy export CC := $(PREFIX)gcc export AS := $(PREFIX)as -LIBSUBDIR := thumb/nofp endif export CPP := $(PREFIX)cpp export LD := $(PREFIX)ld |