Stefan Reinauer | 55426df | 2010-01-17 13:50:17 +0000 | [diff] [blame] | 1 | ## |
| 2 | ## This file is part of the coreboot project. |
| 3 | ## |
| 4 | ## Copyright (C) 2009 coresystems GmbH |
| 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 | 55426df | 2010-01-17 13:50:17 +0000 | [diff] [blame] | 15 | |
Arthur Heymans | 085a226 | 2019-01-04 16:11:50 +0100 | [diff] [blame] | 16 | bootblock-$(CONFIG_SUPERIO_SMSC_LPC47N227) += early_serial.c |
Antonello Dettori | 6321d7c | 2016-03-07 01:59:48 +0000 | [diff] [blame] | 17 | romstage-$(CONFIG_SUPERIO_SMSC_LPC47N227) += early_serial.c |
Patrick Georgi | 8463dd9 | 2010-09-30 16:55:02 +0000 | [diff] [blame] | 18 | ramstage-$(CONFIG_SUPERIO_SMSC_LPC47N227) += superio.c |