mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
988d2d49f7
Initial support for mx31moboard platfor with 3 serial ports and NOR Flash Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
13 lines
311 B
Makefile
13 lines
311 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := mm.o clock.o devices.o iomux.o
|
|
obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o
|
|
obj-$(CONFIG_MACH_MX31LITE) += mx31lite.o
|
|
obj-$(CONFIG_MACH_PCM037) += pcm037.o
|
|
obj-$(CONFIG_MACH_MX31_3DS) += mx31pdk.o
|
|
obj-$(CONFIG_MACH_MX31MOBOARD) += mx31moboard.o
|