This commit is contained in:
rusefillc 2021-05-06 10:43:25 -04:00
parent 71b45bb196
commit ab11c2275f
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# ARM Cortex-Mx common makefile scripts and rules. # ARM Cortex-Mx common makefile scripts and rules.
# Output directory and files
ifeq ($(BUILDDIR),) ifeq ($(BUILDDIR),)
# Define if not specified
BUILDDIR = build BUILDDIR = build
endif endif
ifeq ($(BUILDDIR),.) ifeq ($(BUILDDIR),.)
# Redefine if pointing at current folder
BUILDDIR = build BUILDDIR = build
endif endif
OUTFILES = $(BUILDDIR)/$(PROJECT) OUTFILES = $(BUILDDIR)/$(PROJECT)