diff --git a/include/target.mk b/include/target.mk index 7a704e2206..eeabb25f37 100644 --- a/include/target.mk +++ b/include/target.mk @@ -163,7 +163,7 @@ ifeq ($(DUMP),1) .SILENT: $(TMP_CONFIG) .PRECIOUS: $(TMP_CONFIG) - ifneq ($(CONFIG_GENERIC_GPIO),) + ifneq ($(CONFIG_GENERIC_GPIO)$(CONFIG_GPIOLIB),) FEATURES += gpio endif ifneq ($(CONFIG_PCI),)