merged in some changes from the main buildrom tree
[kvm-coreboot.git] / config / platforms / platforms.conf
blob6e0caad407d0e3824f58ff448da6e93f53275634
1 # This will include the correct configuration for the
2 # selected platform 
4 # Compiler
5 CC=gcc
6 STRIP=strip
7 AS=as
9 ##Include the correct platform configuration
11 PLATFORM-y=
12 PLATFORM-$(CONFIG_PLATFORM_NORWICH) = norwich.conf
13 PLATFORM-$(CONFIG_PLATFORM_MSM800SEV) = msm800sev.conf
14 PLATFORM-$(CONFIG_PLATFORM_ALIX1C) = alix1c.conf
15 PLATFORM-$(CONFIG_PLATFORM_ALIX2C3) = alix2c3.conf
16 PLATFORM-$(CONFIG_PLATFORM_DB800) = db800.conf
17 PLATFORM-$(CONFIG_PLATFORM_DBE61) = dbe61.conf
18 PLATFORM-$(CONFIG_PLATFORM_GA_M57SLI_S4) = m57sli.conf
19 PLATFORM-$(CONFIG_PLATFORM_ASUS_A8V_E_SE) = asus_a8v-e_se.conf
20 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2881) = tyan-s2881.conf
21 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2882) = tyan-s2882.conf
22 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2891) = tyan-s2891.conf
23 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2892) = tyan-s2892.conf
24 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2895) = tyan-s2895.conf
25 PLATFORM-$(CONFIG_PLATFORM_SUPERMICRO_H8DMR) = supermicro-h8dmr.conf
26 PLATFORM-$(CONFIG_PLATFORM_SERENGETI_CHEETAH) = serengeti_cheetah.conf
27 PLATFORM-$(CONFIG_PLATFORM_CHEETAH_FAM10) = serengeti_cheetah.conf
28 PLATFORM-$(CONFIG_PLATFORM_GA_2761GXDK) = ga-2761gxdk.conf
29 PLATFORM-$(CONFIG_PLATFORM_QEMU-X86) = qemu.conf
31 include $(CONFIG_DIR)/platforms/$(PLATFORM-y)
33 # Platform specific dependencies
34 DEPENDS-$(CONFIG_PLATFORM_GEODE) += geodevsa
36 # For those platforms that have option roms, add the following line
37 #DEPENDS-$(MYPLATFORM) += roms