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
14USE_STANDARD_AS_RULE := true
15
16O_TARGET := mtx-1.o
17
18obj-y := init.o board_setup.o irqmap.o
19
20include $(TOPDIR)/Rules.make
21