mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 23:01:29 +00:00
dde96ca8b3
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
137 B
Makefile
9 lines
137 B
Makefile
#
|
|
# Makefile for TOSHIBA JMR-TX3927 board
|
|
#
|
|
|
|
obj-y += init.o irq.o setup.o
|
|
obj-$(CONFIG_KGDB) += kgdb_io.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|