r1790 - in trunk

dslinux_gpf at dslinux.in-berlin.de dslinux_gpf at dslinux.in-berlin.de
Thu Jun 7 17:43:23 CEST 2007


Author: gpf
Date: 2007-06-07 17:43:17 +0200 (Thu, 07 Jun 2007)
New Revision: 1790

Log:
tinysid for DSLinux

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2007-06-07 15:16:30 UTC (rev 1789)
+++ trunk/config/Configure.help	2007-06-07 15:43:17 UTC (rev 1790)
@@ -1201,6 +1201,9 @@
 CONFIG_USER_MUSICBOX_MUSICBOX
   Front-end for mp3play and mixer
 
+CONFIG_USER_TINYSID_TINYSID
+  TinySID is the smallest SID player for c64 SID music.
+
 CONFIG_USER_NULL_NULL
   NULL
   

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2007-06-07 15:16:30 UTC (rev 1789)
+++ trunk/config/config.in	2007-06-07 15:43:17 UTC (rev 1790)
@@ -828,6 +828,7 @@
 bool 'pThreads threaddemos'	CONFIG_USER_THREADDEMOS_THREADDEMOS
 bool 'tip'			CONFIG_USER_TIP_TIP
 bool 'tripwire'			CONFIG_USER_TRIPWIRE_TRIPWIRE
+bool 'tinysid'                  CONFIG_USER_TINYSID_TINYSID
 bool 'unrar'			CONFIG_USER_UNRAR_UNRAR
 bool 'unzip'			CONFIG_USER_UNZIP_UNZIP
 if [ "$CONFIG_USER_UNZIP_UNZIP" = "y" ]; then

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2007-06-07 15:16:30 UTC (rev 1789)
+++ trunk/user/Makefile	2007-06-07 15:43:17 UTC (rev 1790)
@@ -362,6 +362,7 @@
 dir_$(CONFIG_USER_TINYIRC_TINYIRC)          += tinyirc
 dir_$(CONFIG_USER_TINYLOGIN_CRYPT_CRYPT)    += tinylogin
 dir_$(CONFIG_USER_TINYLOGIN_TINYLOGIN)      += tinylogin
+dir_$(CONFIG_USER_TINYSID_TINYSID)          += tinysid
 dir_$(CONFIG_USER_TINYTCL_TCLSH)            += tinytcl
 dir_$(CONFIG_USER_TIP_TIP)                  += tip
 dir_$(CONFIG_USER_TIMEPEG_TPT)              += tpt

Modified: trunk/user/tinysid/makefile
===================================================================
--- trunk/user/tinysid/makefile	2007-06-07 15:16:30 UTC (rev 1789)
+++ trunk/user/tinysid/makefile	2007-06-07 15:43:17 UTC (rev 1790)
@@ -3,7 +3,7 @@
 CFLAGS = $(DEFS) -O
 LDFLAGS =
 LIBS = -lpthread
-CC = gcc
+#CC = gcc
 
 OBJECTS_A = tinysid.o sidengine.o soundcard.o
 
@@ -20,5 +20,9 @@
 		
 clean:
 	echo Cleaning up...
-	rm *.o
+	rm tinysid tinysid.gdb *.o
 	echo OK.
+
+romfs:
+		$(ROMFSINST) /bin/tinysid
+		#$(ROMFSINST) /home/Freeze.sid




More information about the dslinux-commit mailing list