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

@ -6,7 +6,7 @@ PROGRAMS= at_wini bios_wini cdprobe dev2name floppy loadramdisk mount \
pci procfs sh service sysenv mfs
SCRIPTS=newroot
.if ${MKEMBED} != "yes"
.if ${MKSMALL} != "yes"
PROGRAMS+= ahci ext2
.endif
@ -15,10 +15,10 @@ PROGRAMS+= ahci ext2
PROGRAMS+= acpi
.endif
.if ${MKEMBED} != "yes"
.if ${MKSMALL} != "yes"
PROTO= proto
.else
PROTO= proto.embed
PROTO= proto.small
.endif
.if ${OBJECT_FMT} == "a.out"

View file

@ -775,7 +775,7 @@ _MKVARS.no= \
MKUNPRIVED MKUPDATE MKX11 MKZFS
#MINIX-specific vars
_MKVARS.no+= \
MKIMAGEONLY MKEMBED
MKIMAGEONLY MKSMALL
.for var in ${_MKVARS.no}
${var}?=no
.endfor
@ -817,7 +817,7 @@ MKNLS:= no
.endif
# MINIX
.if ${MKEMBED} == "yes"
.if ${MKSMALL} == "yes"
MKWATCHDOG:= no
MKACPI:= no
MKAPIC:= no

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