8a87a996ea
Driver to control the GPIO pins on the KS8695 processor. The driver natively supports the Generic GPIO interface. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
16 lines
289 B
Makefile
16 lines
289 B
Makefile
# arch/arm/mach-ks8695/Makefile
|
|
#
|
|
# Makefile for KS8695 architecture support
|
|
#
|
|
|
|
obj-y := cpu.o irq.o time.o gpio.o devices.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# PCI support is optional
|
|
#obj-$(CONFIG_PCI) += pci.o
|
|
|
|
# Board-specific support
|
|
obj-$(CONFIG_MACH_KS8695) += board-micrel.o
|