- Introduce WITH_GPIO knob and disable building gpioctl

by default. Most systems do not need it.
This commit is contained in:
gonzo 2010-10-05 21:19:20 +00:00
parent b942a32370
commit 4d0a93a2e1
2 changed files with 5 additions and 1 deletions

View File

@ -422,6 +422,7 @@ MK_${var}:= yes
BSD_GREP \
${_clang_no} \
FDT \
GPIO \
HESIOD \
IDEA
.if defined(WITH_${var}) && defined(WITHOUT_${var})

View File

@ -27,7 +27,6 @@ SUBDIR= adduser \
fwcontrol \
getfmac \
getpmac \
gpioctl \
gstat \
i2c \
ifmcstat \
@ -160,6 +159,10 @@ SUBDIR+= freebsd-update
SUBDIR+= gssd
.endif
.if ${MK_GPIO} != "no"
SUBDIR+= gpioctl
.endif
.if ${MK_INET6} != "no"
SUBDIR+= faithd
SUBDIR+= ip6addrctl