mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 22:43:04 -04:00
14 lines
309 B
Makefile
14 lines
309 B
Makefile
#
|
|
# Copyright 2003 MontaVista Software Inc.
|
|
# Author: MontaVista Software, Inc.
|
|
# ppopov@mvista.com or 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
|