diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-01-23 22:12:25 +1100 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-01-27 00:13:14 +0100 |
commit | 962b6c0a5e844e919ef0c28fee102f63fa8d5de9 (patch) | |
tree | 35c681fd276217652f73a66529615723ca6a04e2 /src/superio/fintek/f71869ad/Makefile.inc | |
parent | 28684171f07b6adce0031108bb799457970f433a (diff) | |
download | coreboot-962b6c0a5e844e919ef0c28fee102f63fa8d5de9.tar.xz |
superio/fintek: Add initial support for Fintek F71869AD.
Change-Id: I41f1ee20517dd179a4dee914ab7f6332739e326e
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/4784
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/superio/fintek/f71869ad/Makefile.inc')
-rw-r--r-- | src/superio/fintek/f71869ad/Makefile.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/superio/fintek/f71869ad/Makefile.inc b/src/superio/fintek/f71869ad/Makefile.inc new file mode 100644 index 0000000000..12efbebeb8 --- /dev/null +++ b/src/superio/fintek/f71869ad/Makefile.inc @@ -0,0 +1,22 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2014 Edward O'Callaghan <eocallaghan@alterapraxis.com> +## +## 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; either version 2 of the License, or +## (at your option) any later version. +## +## 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 +## + +romstage-$(CONFIG_SUPERIO_FINTEK_F71869AD) += early_serial.c +ramstage-$(CONFIG_SUPERIO_FINTEK_F71869AD) += superio.c |