mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
72edd84a6b
Implement the gpio_line_{config,get,set} API for iop3xx. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
115 B
Makefile
9 lines
115 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := gpio.o i2c.o pci.o setup.o time.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|