mirror of https://gitee.com/openkylin/linux.git
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
|