- Introduce WITH_GPIO knob and disable building gpioctl
by default. Most systems do not need it.
This commit is contained in:
parent
b942a32370
commit
4d0a93a2e1
@ -422,6 +422,7 @@ MK_${var}:= yes
|
||||
BSD_GREP \
|
||||
${_clang_no} \
|
||||
FDT \
|
||||
GPIO \
|
||||
HESIOD \
|
||||
IDEA
|
||||
.if defined(WITH_${var}) && defined(WITHOUT_${var})
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user