mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
f80cb526e3
As per example from the other ARM boards, push the LPC32XX GPIO driver down to the GPIO subsystem so it can be consolidated. Cc: Wolfram Sang <w.sang@pengutronix.de> Cc: Barry Song <bs14@csr.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
131 B
Makefile
9 lines
131 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := timer.o irq.o common.o serial.o clock.o
|
|
obj-y += pm.o suspend.o
|
|
obj-y += phy3250.o
|
|
|