689f2a01e6
This implementation conforms to the general GPIO API introduced in 2.6.21. This patch was signed-of by David Brownell before I exported the functions using EXPORT_SYMBOL. Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
7 lines
251 B
Makefile
7 lines
251 B
Makefile
obj-y := irq.o time.o generic.o gpio.o
|
|
|
|
obj-$(CONFIG_MACH_CC9P9360DEV) += mach-cc9p9360dev.o
|
|
obj-$(CONFIG_MACH_CC9P9360JS) += mach-cc9p9360js.o
|
|
|
|
obj-$(CONFIG_BOARD_A9M9750DEV) += board-a9m9750dev.o
|
|
obj-$(CONFIG_BOARD_JSCC9P9360) += board-jscc9p9360.o
|