mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
b2f427a108
mv78xx0 and kirkwood use identical mpp code. It should also be possible to rewrite the orion5x mpp to use this platform code. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
10 lines
146 B
Makefile
10 lines
146 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := irq.o pcie.o time.o common.o mpp.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
|