mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08: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- :=
|