blob: 4a53815b3c6c53558f4abf7f1f8a82819fbddd1c (
plain) (
blame)
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
obj-y := platform.o
EXTRA_CFLAGS += -Werror
|