Kerry Sheh | c94940c | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 1 | # |
| 2 | # This file is part of the coreboot project. |
| 3 | # |
| 4 | # Copyright (C) 2012 Advanced Micro Devices, Inc. |
| 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 | # |
Kerry Sheh | c94940c | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 15 | |
Arthur Heymans | 085a226 | 2019-01-04 16:11:50 +0100 | [diff] [blame] | 16 | bootblock-$(CONFIG_SUPERIO_SMSC_SCH4037) += sch4037_early_init.c |
Edward O'Callaghan | d2da65e | 2014-08-06 21:32:50 +1000 | [diff] [blame] | 17 | romstage-$(CONFIG_SUPERIO_SMSC_SCH4037) += sch4037_early_init.c |
Kerry Sheh | c94940c | 2012-02-07 20:31:40 +0800 | [diff] [blame] | 18 | ramstage-$(CONFIG_SUPERIO_SMSC_SCH4037) += superio.c |