2009-08-12 17:00:51 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
2010-02-22 05:33:13 +01:00
|
|
|
## Copyright (C) 2007-2010 coresystems GmbH
|
2009-08-12 17:00:51 +02:00
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
2010-02-22 05:33:13 +01:00
|
|
|
## the Free Software Foundation; version 2 of the License.
|
2009-08-12 17:00:51 +02:00
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
## You should have received a copy of the GNU General Public License
|
|
|
|
## along with this program; if not, write to the Free Software
|
|
|
|
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
##
|
|
|
|
|
|
|
|
obj-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86.o
|
|
|
|
obj-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_asm.o
|
|
|
|
obj-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_interrupts.o
|
2009-08-28 16:36:12 +02:00
|
|
|
|
|
|
|
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += x86emu
|
|
|
|
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += yabel
|