Drop driver-y from GM45/ICH9/RK9
[coreboot.git] / src / northbridge / intel / gm45 / Makefile.inc
blob8478f0e2f6d2597385d181a725b8e181e592ac57
2 # This file is part of the coreboot project.
4 # Copyright (C) 2012 secunet Security Networks AG
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.
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.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
20 romstage-y += early_init.c
21 romstage-y += early_reset.c
22 romstage-y += delay.c
23 romstage-y += raminit.c
24 romstage-y += raminit_rcomp_calibration.c
25 romstage-y += raminit_receive_enable_calibration.c
26 romstage-y += raminit_read_write_training.c
27 romstage-y += pcie.c
28 romstage-y += thermal.c
29 romstage-y += igd.c
30 romstage-y += pm.c
31 romstage-y += ram_calc.c
32 romstage-$(CONFIG_IOMMU) += iommu.c
34 ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.c
36 ramstage-y += ram_calc.c
37 ramstage-y += northbridge.c
39 smm-$(CONFIG_HAVE_SMI_HANDLER) += delay.c