blob: 7232a63873c04133b752b0d1903504562eb59896 [file] [log] [blame]
Andrew Wu00bf6472013-06-26 21:24:59 +08001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2013 DMP Electronics 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##
Andrew Wu00bf6472013-06-26 21:24:59 +080015
Stefan Reinauer13e41822015-04-27 14:02:36 -070016ifeq ($(CONFIG_SOUTHBRIDGE_DMP_VORTEX86EX),y)
17
Andrew Wu00bf6472013-06-26 21:24:59 +080018ramstage-y += southbridge.c
19ramstage-y += hard_reset.c
20ramstage-y += ide_sd_sata.c
Andrew Wu81c70fb2013-08-13 16:37:56 +080021ramstage-y += audio.c
Stefan Reinauer13e41822015-04-27 14:02:36 -070022
23endif