sys.mk: Check that MKEMBED is defined
This commit is contained in:
parent
1d45d57e40
commit
8a8f27951b
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ AR?= aal
|
||||||
COMPILER_TYPE=gnu
|
COMPILER_TYPE=gnu
|
||||||
AR?= ar
|
AR?= ar
|
||||||
|
|
||||||
.if ${MKEMBED} == "yes"
|
.if defined(MKEMBED) && ${MKEMBED} == "yes"
|
||||||
DBG= -Os
|
DBG= -Os
|
||||||
CFLAGS+= -DNDEBUG=1
|
CFLAGS+= -DNDEBUG=1
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Reference in a new issue