Stefan Reinauer | 6559f43 | 2010-12-17 00:13:54 +0000 | [diff] [blame] | 1 | ## |
| 2 | ## This file is part of the coreboot project. |
| 3 | ## |
| 4 | ## Copyright (C) 2009 Ronald G. Minnich |
| 5 | ## |
| 6 | ## This program is free software; you can redistribute it and/or modify |
| 7 | ## it under the terms of the GNU General Public License as published by |
| 8 | ## the Free Software Foundation; version 2 of the License. |
| 9 | ## |
| 10 | ## This program is distributed in the hope that it will be useful, |
| 11 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | ## GNU General Public License for more details. |
| 14 | ## |
Stefan Reinauer | 6559f43 | 2010-12-17 00:13:54 +0000 | [diff] [blame] | 15 | |
Edward O'Callaghan | 5a032c6 | 2014-04-27 22:41:31 +1000 | [diff] [blame] | 16 | ## include generic winbond pre-ram stage driver |
Keith Hui | aaa16fe | 2017-09-01 19:55:49 -0400 | [diff] [blame] | 17 | romstage-$(CONFIG_SUPERIO_WINBOND_COMMON_ROMSTAGE) += common/early_init.c |
Edward O'Callaghan | 5a032c6 | 2014-04-27 22:41:31 +1000 | [diff] [blame] | 18 | |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 19 | subdirs-y += w83627dhg |
| 20 | subdirs-y += w83627ehg |
| 21 | subdirs-y += w83627hf |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 22 | subdirs-y += w83627thg |
| 23 | subdirs-y += w83627uhg |
Timothy Pearson | 988ee17 | 2015-11-24 14:11:57 -0600 | [diff] [blame] | 24 | subdirs-y += w83667hg-a |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 25 | subdirs-y += w83697hf |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 26 | subdirs-y += w83977tf |
Marc Jones | 721c407 | 2015-09-16 17:58:35 -0600 | [diff] [blame] | 27 | subdirs-y += wpcd376i |