Remove disused variable LIBSUBDIR

This commit is contained in:
PikalaxALT
2021-05-06 14:42:01 -04:00
parent 961e6e938f
commit 2a8a37b4b6
-2
View File
@@ -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