import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / mips / au1000 / mtx-1 / Makefile
1 #
2 #  Copyright 2003 MontaVista Software Inc.
3 #  Author: MontaVista Software, Inc.
4 #       ppopov@mvista.com or source@mvista.com
5 #       Bruno Randolf <bruno.randolf@4g-systems.biz>
6 #
7 # Makefile for 4G Systems MTX-1 board.
8 #
9 # Note! Dependencies are done automagically by 'make dep', which also
10 # removes any old dependencies. DON'T put your own dependencies here
11 # unless it's something special (ie not a .c file).
12 #
13
14 USE_STANDARD_AS_RULE := true
15
16 O_TARGET := mtx-1.o
17
18 obj-y := init.o board_setup.o irqmap.o
19
20 include $(TOPDIR)/Rules.make