You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
|