diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-05 11:18:52 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-12-06 14:29:10 +0000 |
commit | 5cf4d0c14896bb80a4b70f97ae036f2255d2de85 (patch) | |
tree | 36845d5146a24eccf9da10eacc219be465c50bb5 /src/superio | |
parent | d3f2a1e4a977d26bf7a0c4e281fada356b75425c (diff) |
src/superio/via: Remove unused superio chips
Change-Id: I248608361fcdc51ff435222d37c5bbc736b1947e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37511
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/via/Makefile.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/superio/via/Makefile.inc b/src/superio/via/Makefile.inc deleted file mode 100644 index 890ed00fc0..0000000000 --- a/src/superio/via/Makefile.inc +++ /dev/null @@ -1,16 +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 += vt1211 |