5d706e32054118ee27b5c001864fe8f6158f09f4
[coreboot.git] / src / mainboard / asus / m2v-mx_se / Makefile.inc
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007-2008 coresystems GmbH
5 ## Copyright (C) 2009 Cristi Măgherușan <cristi.magherusan@net.utcluj.ro>
6 ##
7 ## This program is free software; you can redistribute it and/or
8 ## modify it under the terms of the GNU General Public License as
9 ## published by the Free Software Foundation; version 2 of
10 ## the License.
11 ##
12 ## This program is distributed in the hope that it will be useful,
13 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 ## GNU General Public License for more details.
16 ##
17 ## You should have received a copy of the GNU General Public License
18 ## along with this program; if not, write to the Free Software
19 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
20 ## MA 02110-1301 USA
21 ##
22
23 driver-y +=  mainboard.o
24
25 #needed by irq_tables and mptable and acpi_tables
26 obj-$(CONFIG_GENERATE_ACPI_TABLES) +=  dsdt.o
27 obj-$(CONFIG_GENERATE_ACPI_TABLES) +=  acpi_tables.o
28
29 # This is part of the conversion to init-obj and away from included code.
30
31 initobj-y += crt0.o
32 # FIXME in $(top)/Makefile
33 crt0s := $(src)/cpu/x86/32bit/entry32.inc
34 crt0s += $(src)/cpu/amd/car/cache_as_ram.inc
35 crt0s += $(obj)/mainboard/$(MAINBOARDDIR)/romstage.inc
36
37 ldscripts := $(src)/arch/i386/init/ldscript_fallback_cbfs.lb
38 ldscripts += $(src)/cpu/x86/32bit/entry32.lds
39