13 lines
		
	
	
		
			283 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			283 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#  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
 |