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