7e50b2b741
remove board_init_irq(): On all in-kernel boards it is sufficient to initialize board interrupts in an arch_initcall by using the default linux irq functions. Some small irqmap.c files have been folded into board_setup files. Run-tested on DB1200; compile-tested on all other affected boards. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
274 B
Makefile
12 lines
274 B
Makefile
#
|
|
# Copyright 2003 MontaVista Software Inc.
|
|
# Author: MontaVista Software, Inc. <source@mvista.com>
|
|
# Bruno Randolf <bruno.randolf@4g-systems.biz>
|
|
#
|
|
# Makefile for 4G Systems MTX-1 board.
|
|
#
|
|
|
|
lib-y := init.o board_setup.o
|
|
obj-y := platform.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|