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 |
Frans Hendriks | 2e1fea4 | 2018-11-26 10:33:00 +0100 | [diff] [blame] | 5 | ## Copyright (C) 2018 Eltan B.V. |
Stefan Reinauer | 6559f43 | 2010-12-17 00:13:54 +0000 | [diff] [blame] | 6 | ## |
| 7 | ## This program is free software; you can redistribute it and/or modify |
| 8 | ## it under the terms of the GNU General Public License as published by |
| 9 | ## the Free Software Foundation; version 2 of the License. |
| 10 | ## |
| 11 | ## This program is distributed in the hope that it will be useful, |
| 12 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | ## GNU General Public License for more details. |
| 15 | ## |
Stefan Reinauer | 6559f43 | 2010-12-17 00:13:54 +0000 | [diff] [blame] | 16 | |
Frans Hendriks | 2e1fea4 | 2018-11-26 10:33:00 +0100 | [diff] [blame] | 17 | subdirs-y += aspeed |
Stefan Reinauer | 14e2277 | 2010-04-27 06:56:47 +0000 | [diff] [blame] | 18 | subdirs-y += fintek |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 19 | subdirs-y += intel |
| 20 | subdirs-y += ite |
| 21 | subdirs-y += nsc |
Zheng Bao | 8a28188 | 2011-03-27 16:33:09 +0000 | [diff] [blame] | 22 | subdirs-y += nuvoton |
Stefan Reinauer | f00052a | 2010-01-17 13:51:48 +0000 | [diff] [blame] | 23 | subdirs-y += renesas |
Edward O'Callaghan | f18abab | 2014-03-31 21:53:32 +1100 | [diff] [blame] | 24 | subdirs-y += serverengines |
Patrick Georgi | 0588d19 | 2009-08-12 15:00:51 +0000 | [diff] [blame] | 25 | subdirs-y += smsc |
| 26 | subdirs-y += via |
| 27 | subdirs-y += winbond |
| 28 | |
Furquan Shaikh | 99ac98f | 2014-04-23 10:18:48 -0700 | [diff] [blame] | 29 | ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += common/conf_mode.c |
Stefan Reinauer | 36b7885 | 2015-06-18 22:02:24 -0700 | [diff] [blame] | 30 | ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += common/conf_mode.c |