mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
b27311e1ca
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> create mode 100644 arch/mips/txx9/rbtx4939/Makefile create mode 100644 arch/mips/txx9/rbtx4939/irq.c create mode 100644 arch/mips/txx9/rbtx4939/prom.c create mode 100644 arch/mips/txx9/rbtx4939/setup.c create mode 100644 include/asm-mips/txx9/rbtx4939.h
4 lines
56 B
Makefile
4 lines
56 B
Makefile
obj-y += irq.o setup.o prom.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|