Add buildrom support for the ASUS A8N-E.
[buildrom.git] / buildrom-devel / config / platforms / platforms.conf
blob22fa123d5268553a5ab55402ae2c23b2e862df48
1 # This will include the correct configuration for the
2 # selected platform 
4 # Compiler
5 CC=gcc
6 STRIP=strip
7 AS=as
9 # Each individual platform needs to decide if they want to pad the
10 # ROM or not
12 PLATFORM_DOPAD :=
14 ##Include the correct platform configuration
16 PLATFORM-y=
17 PLATFORM-$(CONFIG_PLATFORM_NORWICH) = norwich.conf
18 PLATFORM-$(CONFIG_PLATFORM_MSM800SEV) = msm800sev.conf
19 PLATFORM-$(CONFIG_PLATFORM_ALIX1C) = alix1c.conf
20 PLATFORM-$(CONFIG_PLATFORM_ALIX2C3) = alix2c3.conf
21 PLATFORM-$(CONFIG_PLATFORM_DB800) = db800.conf
22 PLATFORM-$(CONFIG_PLATFORM_DBE61) = dbe61.conf
23 PLATFORM-$(CONFIG_PLATFORM_GA_M57SLI_S4) = m57sli.conf
24 PLATFORM-$(CONFIG_PLATFORM_ASUS_A8V_E_SE) = asus_a8v-e_se.conf
25 PLATFORM-$(CONFIG_PLATFORM_ASUS_A8N_E) = asus_a8n-e.conf
26 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2881) = tyan-s2881.conf
27 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2882) = tyan-s2882.conf
28 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2891) = tyan-s2891.conf
29 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2892) = tyan-s2892.conf
30 PLATFORM-$(CONFIG_PLATFORM_TYAN_S2895) = tyan-s2895.conf
31 PLATFORM-$(CONFIG_PLATFORM_SUPERMICRO_H8DMR) = supermicro-h8dmr.conf
32 PLATFORM-$(CONFIG_PLATFORM_SERENGETI_CHEETAH) = serengeti_cheetah.conf
33 PLATFORM-$(CONFIG_PLATFORM_CHEETAH_FAM10) = serengeti_cheetah.conf
34 PLATFORM-$(CONFIG_PLATFORM_GA_2761GXDK) = ga-2761gxdk.conf
35 PLATFORM-$(CONFIG_PLATFORM_QEMU-X86) = qemu.conf
36 PLATFORM-$(CONFIG_PLATFORM_DBM690T) = dbm690t.conf
38 include $(CONFIG_DIR)/platforms/$(PLATFORM-y)
40 # Platform specific dependencies
41 DEPENDS-$(CONFIG_PLATFORM_GEODE) += geodevsa
43 # For those platforms that have option roms, add the following line
44 #DEPENDS-$(MYPLATFORM) += roms
46 DEPENDS-$(CONFIG_PLATFORM_DBM690T) += roms