diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-01-17 13:51:48 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-01-17 13:51:48 +0000 |
commit | f00052afbfffe87a3f0e07bbb5b8453f48ad19f5 (patch) | |
tree | 8aa1bbfe5e1e29f23746e3469ae3ec049d9d4c9b /src/superio/renesas/m3885x/Makefile.inc | |
parent | 55426dfd577a6f7eddb5e4918ad0401537807ae9 (diff) | |
download | coreboot-f00052afbfffe87a3f0e07bbb5b8453f48ad19f5.tar.xz |
Add support for Renesas M3885x Embedded Controller
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5028 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/renesas/m3885x/Makefile.inc')
-rw-r--r-- | src/superio/renesas/m3885x/Makefile.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/superio/renesas/m3885x/Makefile.inc b/src/superio/renesas/m3885x/Makefile.inc new file mode 100644 index 0000000000..1b85138229 --- /dev/null +++ b/src/superio/renesas/m3885x/Makefile.inc @@ -0,0 +1,20 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2009 coresystems GmbH +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; version 2 of the License. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + +obj-$(CONFIG_SUPERIO_RENESAS_M3885X) += superio.o |