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