3a5e854e09
Move the Nomadik GPIO driver to plat-nomadik so that it can also be used on the Ux500 platform. The mach-nomadik include/mach/gpio.h is replaced by one that includes the one now in plat-nomadik, so that code doesn't need to include the one in plat specifically, and can instead use <linux/gpio.h> as usual. Acked-by: Alessandro Rubini <rubini@unipv.it> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
6 lines
156 B
Makefile
6 lines
156 B
Makefile
# arch/arm/plat-nomadik/Makefile
|
|
# Copyright 2009 ST-Ericsson
|
|
# Licensed under GPLv2
|
|
|
|
obj-$(CONFIG_HAS_MTU) += timer.o
|
|
obj-$(CONFIG_NOMADIK_GPIO) += gpio.o
|