MKEMBED is now MKSMALL

This commit is contained in:
Arun Thomas
2011-08-01 11:05:17 +02:00
parent ae561b8f12
commit f985ecba0d
4 changed files with 6 additions and 6 deletions

View File

@@ -245,7 +245,7 @@ NBSD_LIBC= no
NBSD_LIBC= yes
.endif
.if ${COMPILER_TYPE} == "gnu" && defined(MKEMBED) && ${MKEMBED} == "yes"
.if ${COMPILER_TYPE} == "gnu" && defined(MKSMALL) && ${MKSMALL} == "yes"
DBG= -Os
CFLAGS+= -DNDEBUG=1
.endif