sys.mk: Check that MKEMBED is defined

This commit is contained in:
Arun Thomas 2011-07-26 11:26:26 +02:00
parent 1d45d57e40
commit 8a8f27951b

View file

@ -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