mirror of https://github.com/ARMmbed/mbed-os.git
[exporters] update makefile build output directory to match mbed-cli and use the special reserved folder BUILD
parent
91361ec39a
commit
f0e3ff4909
|
@ -13,7 +13,7 @@ else
|
||||||
RM = '$(SHELL)' -c "rm -rf \"$(1)\""
|
RM = '$(SHELL)' -c "rm -rf \"$(1)\""
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJDIR := .build
|
OBJDIR := BUILD
|
||||||
# Move to the build directory
|
# Move to the build directory
|
||||||
ifeq (,$(filter $(OBJDIR),$(notdir $(CURDIR))))
|
ifeq (,$(filter $(OBJDIR),$(notdir $(CURDIR))))
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
Loading…
Reference in New Issue