Makefile 454 字节
Newer Older
1 2 3 4 5 6 7
#
# Carsten Langgaard, carstenl@mips.com
# Copyright (C) 1999,2000 MIPS Technologies, Inc.  All rights reserved.
#
# Copyright (C) 2008 Wind River Systems, Inc.
#   written by Ralf Baechle <ralf@linux-mips.org>
#
8 9 10
# Copyright (C) 2012 MIPS Technoligies, Inc.  All rights reserved.
# Steven J. Hill <sjhill@mips.com>
#
11
obj-y := sead3-display.o
12
obj-y += sead3-dtshim.o
13 14 15 16
obj-y += sead3-init.o
obj-y += sead3-int.o
obj-y += sead3-setup.o
obj-y += sead3-time.o