mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
a0d3a2d92e
This patch removes support for the fortunet board. This board is not maintained by long time and it seems no one is not using it. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Olof Johansson <olof@lixom.net>
14 lines
324 B
Makefile
14 lines
324 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := common.o devices.o
|
|
|
|
obj-$(CONFIG_ARCH_AUTCPU12) += board-autcpu12.o
|
|
obj-$(CONFIG_ARCH_CDB89712) += board-cdb89712.o
|
|
obj-$(CONFIG_ARCH_CLEP7312) += board-clep7312.o
|
|
obj-$(CONFIG_ARCH_EDB7211) += board-edb7211.o
|
|
obj-$(CONFIG_ARCH_P720T) += board-p720t.o
|