mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
a8135fcfd0
This patch adds the basic support for the em7210 board. It is similar to the iq31244 board and can be found on Intel "Baxter Creek" ss4000e nas. Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
15 lines
284 B
Makefile
15 lines
284 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := irq.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_MACH_GLANTANK) += glantank.o
|
|
obj-$(CONFIG_ARCH_IQ80321) += iq80321.o
|
|
obj-$(CONFIG_ARCH_IQ31244) += iq31244.o
|
|
obj-$(CONFIG_MACH_N2100) += n2100.o
|
|
obj-$(CONFIG_MACH_EM7210) += em7210.o
|