a240a46964
Support for the GT-64120-based Wind River 4KC PPMC Evaluation board. Signed-off-by: Rongkai.Zhan <Rongkai.zhan@windriver.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
15 lines
412 B
Makefile
15 lines
412 B
Makefile
#
|
|
# This file is subject to the terms and conditions of the GNU General Public
|
|
# License. See the file "COPYING" in the main directory of this archive
|
|
# for more details.
|
|
#
|
|
# Copyright 2006 Wind River System, Inc.
|
|
# Author: Rongkai.Zhan <rongkai.zhan@windriver.com>
|
|
#
|
|
# Makefile for the Wind River MIPS 4KC PPMC Eval Board
|
|
#
|
|
|
|
obj-y += int-handler.o irq.o reset.o setup.o time.o pci.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|