[L4alpha-cvscommit] CVS: L4Alpha Makefile.conf,1.12,1.13
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-01-02 04:08:52
|
Update of /cvsroot/l4alpha/L4Alpha In directory usw-pr-cvs1:/tmp/cvs-serv6055 Modified Files: Makefile.conf Log Message: Some extra comments... Index: Makefile.conf =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/Makefile.conf,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Makefile.conf 2001/12/10 04:35:39 1.12 --- Makefile.conf 2002/01/02 04:08:45 1.13 *************** *** 15,20 **** L4ARCH = 21164 L4CPU = EV5 ! #SYS_PLATFORM = miata ! SYS_PLATFORM = ruffian #L4ARCH = 21264 --- 15,20 ---- L4ARCH = 21164 L4CPU = EV5 ! SYS_PLATFORM = miata ! #SYS_PLATFORM = ruffian #L4ARCH = 21264 *************** *** 28,32 **** L4BL := $(L4ROOT)/../L4Alpha-bl/smp_l4bl.nh else ! L4BL := $(L4ROOT)/../L4Alpha-bl/l4bl.nh endif --- 28,33 ---- L4BL := $(L4ROOT)/../L4Alpha-bl/smp_l4bl.nh else ! L4BL := $(L4ROOT)/../L4Alpha-bl/ruffian_l4bl ! # L4BL := $(L4ROOT)/../L4Alpha-bl/l4bl.nh endif |