mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
0100defd28
This allows for board support code to set up their MPP config if the bootloader didn't do it all or did it wrong. This also allows to register usable GPIOs. Signed-off-by: Nicolas Pitre <nico@marvell.com>
6 lines
218 B
Makefile
6 lines
218 B
Makefile
obj-y += common.o addr-map.o irq.o pcie.o mpp.o
|
|
|
|
obj-$(CONFIG_MACH_DB88F6281_BP) += db88f6281-bp-setup.o
|
|
obj-$(CONFIG_MACH_RD88F6192_NAS) += rd88f6192-nas-setup.o
|
|
obj-$(CONFIG_MACH_RD88F6281) += rd88f6281-setup.o
|