[OpenBIOS] r479 - cpu/i8051/build

svn at openbios.org svn at openbios.org
Fri Jul 20 04:13:21 CEST 2007


Author: wmb
Date: 2007-07-20 04:13:21 +0200 (Fri, 20 Jul 2007)
New Revision: 479

Modified:
   cpu/i8051/build/Makefile
Log:
8051 Makefile - Fixed silly error in sim target.


Modified: cpu/i8051/build/Makefile
===================================================================
--- cpu/i8051/build/Makefile	2007-07-20 01:45:12 UTC (rev 478)
+++ cpu/i8051/build/Makefile	2007-07-20 02:13:21 UTC (rev 479)
@@ -17,7 +17,7 @@
 	@make -C ${HOSTDIR} forth
 
 sim:  kernel.hex
-	s51 -s ${SIMTTY} -X 32M /c/Temp/kernel.hex
+	s51 -s ${SIMTTY} -X 32M kernel.hex
 
 build: ${HOSTDIR}/forth
 	@ln -sf ${HOSTDIR}/forth $@




More information about the OpenBIOS mailing list