mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 03:04:01 +08:00
95188aaf9f
SH GPIO drivers all use gpiolib and CONFIG_GENERIC_GPIO is only selected through CONFIG_GPIOLIB, yet some compilation units depended on CONFIG_GENERIC_GPIO. Make them depend on CONFIG_GPIOLIB instead since it is more accurate and prepares us for the future removal of CONFIG_GENERIC_GPIO. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org>
5 lines
109 B
Makefile
5 lines
109 B
Makefile
obj-y := fpga.o irq.o nmi.o setup.o
|
|
|
|
obj-$(CONFIG_GPIOLIB) += gpio.o
|
|
obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o
|