mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 18:42:44 +00:00
ce8ffef0bf
This patch adds basic board support for phytecs pmc037 board. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10 lines
180 B
Makefile
10 lines
180 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_PCM037) += pcm037.o
|