Signed-off-by: Ameya Palande <[email protected]>
---
 Makefile.config |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.config b/Makefile.config
index faf05b8..b18b24e 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -10,7 +10,7 @@ CONFIGFILES   = \
        $(CFG)-ivi.config \
        $(CFG)-n900.config
 
-PLATFORMS      = x86 
+PLATFORMS      = x86 arm
 TEMPFILES      = $(addprefix temp-, $(addsuffix -generic, $(PLATFORMS)))
 
 configs: $(CONFIGFILES)
@@ -31,8 +31,8 @@ kernel-netbook.config: config-netbook config-generic
 kernel-mrst.config: config-mrst config-generic
        perl merge.pl $^  > $@
 
-tmp-arm-config: config-arm-generic config-generic
+temp-arm-generic: config-arm-generic config-generic
        perl merge.pl $^  > $@
 
-kernel-n900.config: config-arm-n900 tmp-arm-config
+kernel-n900.config: config-arm-n900 temp-arm-generic
        perl merge.pl $^  > $@
-- 
1.7.0.4

_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to