diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-05 10:06:26 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-12-06 15:24:27 +0000 |
commit | 9f56eeda41a227028feb29d5f3406b024f9aa8a2 (patch) | |
tree | 5e1b80ec1f145af4964409c823c529d1714c2bc4 /src | |
parent | a0c97590b910da51dcd95547f720e9d3b964f140 (diff) | |
download | coreboot-9f56eeda41a227028feb29d5f3406b024f9aa8a2.tar.xz |
src/superio: Remove unused intel's superio chips
Change-Id: Ie693ff700a804778682daf0cb3990a56ab747a93
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37506
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/superio/intel/Makefile.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/superio/intel/Makefile.inc b/src/superio/intel/Makefile.inc deleted file mode 100644 index f46408a759..0000000000 --- a/src/superio/intel/Makefile.inc +++ /dev/null @@ -1,17 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2009 Ronald G. Minnich -## -## 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. -## - -subdirs-y += i3100 -subdirs-y += i8900 |