dslinux/user/pixil/scripts/platforms Config.in Makefile

amadeus dslinux_amadeus at user.in-berlin.de
Sat Oct 7 22:33:44 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/pixil/scripts/platforms
In directory antilope:/tmp/cvs-serv4052/user/pixil/scripts/platforms

Modified Files:
	Config.in Makefile 
Log Message:
start pixil integration in DSLINUX

Index: Config.in
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/scripts/platforms/Config.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Config.in	3 Oct 2006 11:27:04 -0000	1.1
+++ Config.in	7 Oct 2006 20:33:42 -0000	1.2
@@ -19,6 +19,9 @@
 config CONFIG_PLATFORM_X86DEMO
        bool" Desktop"
 
+config CONFIG_PLATFORM_DSLINUX
+       bool" DSLinux"
+
 endchoice
 
 config CONFIG_CPU_STRONGARM
@@ -31,6 +34,11 @@
        depends CONFIG_PLATFORM_X86DEMO 
        default y
 
+config CONFIG_CPU_ARM
+       bool
+       depends CONFIG_PLATFORM_DSLINUX
+       default y
+
 endmenu
 
 

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/scripts/platforms/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	3 Oct 2006 11:27:04 -0000	1.1
+++ Makefile	7 Oct 2006 20:33:42 -0000	1.2
@@ -6,6 +6,7 @@
 target-$(CONFIG_PLATFORM_IPAQ) += ipaq
 target-$(CONFIG_PLATFORM_ZAURUS) += zaurus
 target-$(CONFIG_PLATFORM_TUXSCREEN) += tuxscreen
+target-$(CONFIG_PLATFORM_DSLINUX) += dslinux
 
 # This will ensure that we only build one target at a time
 DIRS=$(sort $(target-y))




More information about the dslinux-commit mailing list