sys.mk: Check that MKEMBED is defined
This commit is contained in:
parent
1d45d57e40
commit
8a8f27951b
@ -237,7 +237,7 @@ AR?= aal
|
||||
COMPILER_TYPE=gnu
|
||||
AR?= ar
|
||||
|
||||
.if ${MKEMBED} == "yes"
|
||||
.if defined(MKEMBED) && ${MKEMBED} == "yes"
|
||||
DBG= -Os
|
||||
CFLAGS+= -DNDEBUG=1
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user