22b1d707ff
Move arch/mips/{jmr3927,tx4927,tx4938} into arch/mips/txx9/ tree. This will help more code sharing and maintainance. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
8 lines
139 B
Makefile
8 lines
139 B
Makefile
#
|
|
# Makefile for TOSHIBA JMR-TX3927 board
|
|
#
|
|
|
|
obj-y += prom.o init.o irq.o setup.o
|
|
obj-$(CONFIG_KGDB) += kgdb_io.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|