blob: b604b6b12667d8e9c125d8adcf9087501e84142e [file] [log] [blame]
Sven Schnelled8129f92011-04-20 09:12:17 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2007-2008 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##
Sven Schnelled8129f92011-04-20 09:12:17 +000015
Kyösti Mälkki9265f892019-07-07 23:58:34 +030016smm-y += dock.c
Arthur Heymansc5839202019-11-12 23:48:42 +010017bootblock-y += dock.c
Sven Schnelled8129f92011-04-20 09:12:17 +000018romstage-y += dock.c
Arthur Heymansc5839202019-11-12 23:48:42 +010019bootblock-y += gpio.c
Arthur Heymans62902ca2016-11-29 14:13:43 +010020romstage-y += gpio.c
Arthur Heymansc5839202019-11-12 23:48:42 +010021bootblock-y += early_init.c
22romstage-y += early_init.c