blob: 7c67b3d33bec16a6b132b1e38a12f987d9eeb944 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# 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 irqmap.o
obj-y := platform.o
EXTRA_CFLAGS += -Werror
|