From 2a8a37b4b69494b037db6897b3dd4388330455a4 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 6 May 2021 14:42:01 -0400 Subject: Remove disused variable LIBSUBDIR --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index ac25c0e6d..a9b7e4e5d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3