mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
455481fc9a
No (active) developer owns this hardware, so let's remove Linux support. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Acked-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Tested-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
11 lines
171 B
Makefile
11 lines
171 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Common TXx9
|
|
#
|
|
obj-$(CONFIG_MACH_TX49XX) += generic/
|
|
|
|
#
|
|
# Toshiba RBTX49XX boards
|
|
#
|
|
obj-$(CONFIG_TOSHIBA_RBTX4927) += rbtx4927/
|