docs
This commit is contained in:
parent
45d877414d
commit
c28517f9e3
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue