2012-05-31 05:02:49 +08:00
|
|
|
#
|
|
|
|
# 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>
|
|
|
|
#
|
2013-01-18 01:37:03 +08:00
|
|
|
# Copyright (C) 2012 MIPS Technoligies, Inc. All rights reserved.
|
|
|
|
# Steven J. Hill <sjhill@mips.com>
|
|
|
|
#
|
2015-04-02 23:07:26 +08:00
|
|
|
obj-y := sead3-lcd.o sead3-display.o sead3-init.o \
|
|
|
|
sead3-int.o sead3-platform.o sead3-reset.o \
|
2013-03-26 03:35:30 +08:00
|
|
|
sead3-setup.o sead3-time.o
|
2012-05-31 05:02:49 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o
|