Author: ward Date: 2007-11-06 17:23:38 +0100 (Tue, 06 Nov 2007) New Revision: 53
Modified: buildrom-devel/config/platforms/platforms.conf Log:
Fix m57sli board name in config/platforms/platforms.conf to match new consistent naming scheme used elsewhere in buildrom (trivial).
Signed-off-by: Ward Vandewege ward@gnu.org Acked-by: Ward Vandewege ward@gnu.org
Modified: buildrom-devel/config/platforms/platforms.conf =================================================================== --- buildrom-devel/config/platforms/platforms.conf 2007-10-31 00:09:41 UTC (rev 52) +++ buildrom-devel/config/platforms/platforms.conf 2007-11-06 16:23:38 UTC (rev 53) @@ -11,10 +11,13 @@ PLATFORM-$(CONFIG_PLATFORM_ALIX1C) = alix1c.conf PLATFORM-$(CONFIG_PLATFORM_DB800) = db800.conf PLATFORM-$(CONFIG_PLATFORM_DBE61) = dbe61.conf -PLATFORM-$(CONFIG_PLATFORM_M57SLI) = m57sli.conf +PLATFORM-$(CONFIG_PLATFORM_GA_M57SLI_S4) = m57sli.conf PLATFORM-$(CONFIG_PLATFORM_TYAN_S2882) = tyan-s2882.conf PLATFORM-$(CONFIG_PLATFORM_TYAN_S2891) = tyan-s2891.conf PLATFORM-$(CONFIG_PLATFORM_SERENGETI_CHEETAH) = serengeti_cheetah.conf PLATFORM-$(CONFIG_PLATFORM_GA_2761GXDK) = ga-2761gxdk.conf
+$(warning $(PLATFORM-y)) +$(warning $(CONFIG_PLATFORM_GA_M57SLI_S4)) + include $(CONFIG_DIR)/platforms/$(PLATFORM-y)