mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
9569dae75f
Split off Orion GPIO handling code into plat-orion/, and add support for multiple sets of (32) GPIO pins. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
11 lines
131 B
Makefile
11 lines
131 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := irq.o pcie.o time.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
|